NativeGooglePayConfig constructor
NativeGooglePayConfig({
- required GooglePayEnvironment environment,
- required List<
AllowedCards> allowedCards, - required List<
SupportedMethods> supportedMethods,
Implementation
NativeGooglePayConfig({
required this.environment,
required this.allowedCards,
required this.supportedMethods,
});