pay method
Implementation
Future<PaymentResult?> pay(PaymentIntent intent) {
throw UnimplementedError('pay() has not been implemented.');
}
Future<PaymentResult?> pay(PaymentIntent intent) {
throw UnimplementedError('pay() has not been implemented.');
}