presentGooglePay method

  1. @override
Future<void> presentGooglePay(
  1. PresentGooglePayParams params
)
override

Implementation

@override
Future<void> presentGooglePay(PresentGooglePayParams params) {
  throw WebUnsupportedError.method('presentGooglePay');
}