getProjectByID_Pre method

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

Implementation

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