respondWith method

void respondWith(
  1. Future<bool> canMakePaymentResponse
)

Implementation

void respondWith(Future<bool> canMakePaymentResponse) =>
    js_util.callMethod(this, 'respondWith', [canMakePaymentResponse]);