account_Pre method
Implementation
$async.Future<$0.QueryAccountResponse> account_Pre($grpc.ServiceCall call,
$async.Future<$0.QueryAccountRequest> request) async {
return account(call, await request);
}
$async.Future<$0.QueryAccountResponse> account_Pre($grpc.ServiceCall call,
$async.Future<$0.QueryAccountRequest> request) async {
return account(call, await request);
}