canMakePayment 方法

Future<bool> canMakePayment()

实现

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