respondWith method

void respondWith(
  1. Future canMakePaymentResponse
)

Implementation

void respondWith(Future canMakePaymentResponse) {
  // No-op fallback.
}