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