canMakePayment method

Future<bool> canMakePayment ()

Implementation

Future<bool> canMakePayment() =>
    promiseToFuture<bool>(JS("", "#.canMakePayment()", this));