canMakePayment method

Future<bool> canMakePayment()

Implementation

Future<bool> canMakePayment() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'canMakePayment', []));