getAccount_Pre method

Future<GetAccountResponse> getAccount_Pre(
  1. ServiceCall call,
  2. Future<GetAccountRequest> request
)

Implementation

$async.Future<$1.GetAccountResponse> getAccount_Pre($grpc.ServiceCall call,
    $async.Future<$1.GetAccountRequest> request) async {
  return getAccount(call, await request);
}