PaymentProviderSmartGlocal constructor

PaymentProviderSmartGlocal({
  1. required String publicToken,
  2. required String tokenizeUrl,
})

Implementation

PaymentProviderSmartGlocal({
  required this.publicToken,
  required this.tokenizeUrl,
});