when<TResult extends Object?> method
TResult
when<TResult extends Object?>({
- required TResult googlePay(
- GooglePayParams googlePayParams,
- GooglePayPaymentMethodParams googlePayPaymentMethodParams
- required TResult applePay(
- ApplePayParams applePayParams,
- ApplePayPaymentMethodParams applePayPaymentMethodParams
inherited
Implementation
@optionalTypeArgs
TResult when<TResult extends Object?>({
required TResult Function(GooglePayParams googlePayParams,
GooglePayPaymentMethodParams googlePayPaymentMethodParams)
googlePay,
required TResult Function(ApplePayParams applePayParams,
ApplePayPaymentMethodParams applePayPaymentMethodParams)
applePay,
}) =>
throw _privateConstructorUsedError;