walletDepositErc20 abstract method
Implementation
Future<String> walletDepositErc20(
{required Wallet that,
required int subAccountId,
required String depositTo,
required String tokenAddr,
required String amount,
required bool mapping,
required EthTxOption ethParams,
required bool isGateway,
dynamic hint});