startPaymentUiFlow method

Future<void> startPaymentUiFlow(
  1. {String? token}
)

Implementation

Future<void> startPaymentUiFlow({String? token}) async {
  throw UnimplementedError('startPaymentUiFlow() has not been implemented.');
}