InitConfig constructor
const
InitConfig({
- num? walletBalance,
- EventConfig? eventConfig,
- bool walletBalanceVisible = true,
- String primaryFiatCurrency = 'N',
Implementation
const InitConfig({
this.walletBalance,
this.eventConfig,
this.walletBalanceVisible = true,
this.primaryFiatCurrency = 'N',
});