initGooglePay method

  1. @Deprecated('Use [confirmPlatformPaySetupIntent] or [confirmPlatformPayPaymentIntent] or [createPlatformPayPaymentMethod] instead.')
Future<void> initGooglePay(
  1. GooglePayInitParams params
)

Inititialise google pay

Implementation

@Deprecated(
  'Use [confirmPlatformPaySetupIntent] or [confirmPlatformPayPaymentIntent] or [createPlatformPayPaymentMethod] instead.',
)
Future<void> initGooglePay(GooglePayInitParams params) async {
  return await _platform.initGooglePay(params);
}