configDeposit abstract method
void
configDeposit({
- List<
ExchangeAsset> ? supportedAssets, - ExchangeAsset? preselectedAsset,
- bool? showNetworkIcon,
- bool? filterByNetwork,
- bool? depositAssetButton,
- Map<
String, String> configuredRecipients = const {},
Implementation
void configDeposit({
List<ExchangeAsset>? supportedAssets,
ExchangeAsset? preselectedAsset,
bool? showNetworkIcon,
bool? filterByNetwork,
bool? depositAssetButton,
Map<String, String> configuredRecipients = const {},
});