call method
Implementation
Future<Either<Failure, WalletBalanceEntity>> call(String address) async =>
await walletRepository.getBalance(address);
Future<Either<Failure, WalletBalanceEntity>> call(String address) async =>
await walletRepository.getBalance(address);