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