currentBalance abstract method
Returns the most recent AccountBalance for the given accountId,
or null if no balance is on record.
Implementation
Future<AccountBalance?> currentBalance(String accountId);
Returns the most recent AccountBalance for the given accountId,
or null if no balance is on record.
Future<AccountBalance?> currentBalance(String accountId);