configDeposit abstract method

void configDeposit({
  1. List<ExchangeAsset>? supportedAssets,
  2. ExchangeAsset? preselectedAsset,
  3. bool? showNetworkIcon,
  4. bool? filterByNetwork,
  5. bool? depositAssetButton,
  6. Map<String, String> configuredRecipients = const {},
})

Implementation

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