PaymentProviderSmartGlocal constructor

const PaymentProviderSmartGlocal({
  1. required String publicToken,
})

Smart Glocal payment provider

Implementation

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