present method

Future<PaymentResult?> present(
  1. PaymentIntent intent
)

Implementation

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