NativeGooglePayConfig constructor
NativeGooglePayConfig({
- required GooglePayEnvironment environment,
- List<
CollectibleBillingData> ? collectibleBillingData,
Implementation
NativeGooglePayConfig({
required this.environment,
this.collectibleBillingData,
});