presentPaymentSheet method

Future<Map<String, dynamic>?> presentPaymentSheet()

Implementation

Future<Map<String, dynamic>?> presentPaymentSheet() {
  throw UnimplementedError('presentPaymentSheet() has not been implemented.');
}