call method

REST call for retrieving the [AccountBalanceEntity} data from Investec

Implementation

@override
Future<AccountBalanceEntity> call(GetAccountBalanceParams params) async {
  return await repository.getBalance(params.accountId);
}