canMakePayment method Null safety

Future<bool> canMakePayment()

Implementation

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