userCanPay abstract method

Future<bool> userCanPay(
  1. PaymentConfiguration paymentConfiguration
)

Determines whether the caller can make a payment with a given configuration.

Returns a Future that resolves to a boolean value with the result based on a given paymentConfiguration.

Implementation

Future<bool> userCanPay(PaymentConfiguration paymentConfiguration);