AmwalWalletSettings constructor
AmwalWalletSettings({})
Creates a new instance of AmwalWalletSettings.
All parameters are required to ensure proper SDK configuration.
Implementation
AmwalWalletSettings({
required this.token,
required this.terminalIds,
required this.secureHashValue,
required this.isMocked,
required this.locale,
required this.navigatorObserver,
});