initGooglePay method
- @Deprecated('Use [confirmPlatformPaySetupIntent] or [confirmPlatformPayPaymentIntent] or [createPlatformPayPaymentMethod] instead.')
- 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);
}