NativeGooglePayConfig constructor

NativeGooglePayConfig({
  1. required GooglePayEnvironment environment,
  2. required List<AllowedCards> allowedCards,
  3. required List<SupportedMethods> supportedMethods,
})

Implementation

NativeGooglePayConfig({
  required this.environment,
  required this.allowedCards,
  required this.supportedMethods,
});