TamaraSnippet constructor
const
TamaraSnippet({
- required String psKey,
- UniPayLocale locale = UniPayLocale.ar,
- num transactionAmount = 100,
- String countryCode = "SA",
Implementation
const TamaraSnippet({
required this.psKey,
this.locale = UniPayLocale.ar,
this.transactionAmount = 100,
this.countryCode = "SA",
});