addCoinsToWallet abstract method

Future<bool> addCoinsToWallet(
  1. String walletId,
  2. double amount, {
  3. TransactionType transactionType = TransactionType.purchase,
})

Implementation

Future<bool> addCoinsToWallet(String walletId, double amount,
    {TransactionType transactionType = TransactionType.purchase});