account_Pre method

Future<QueryAccountResponse> account_Pre(
  1. ServiceCall call,
  2. Future<QueryAccountRequest> request
)

Implementation

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