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