getProjectByID_Pre method

Future<GetProjectByIDResponse> getProjectByID_Pre(
  1. ServiceCall call,
  2. Future<GetProjectByIDRequest> request
)

Implementation

$async.Future<$1.GetProjectByIDResponse> getProjectByID_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.GetProjectByIDRequest> request) async {
  return getProjectByID(call, await request);
}