startGooglePay method

Future<PaymentResult> startGooglePay(
  1. BaseSession session
)

Implementation

Future<PaymentResult> startGooglePay(BaseSession session) {
  throw UnimplementedError('startGooglePay() has not been implemented.');
}