getProjectGrantByID_Pre method

Future<GetProjectGrantByIDResponse> getProjectGrantByID_Pre(
  1. ServiceCall call,
  2. Future<GetProjectGrantByIDRequest> request
)

Implementation

$async.Future<$1.GetProjectGrantByIDResponse> getProjectGrantByID_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.GetProjectGrantByIDRequest> request) async {
  return getProjectGrantByID(call, await request);
}