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