listProjectGrants_Pre method
Future<ListProjectGrantsResponse>
listProjectGrants_Pre(
- ServiceCall call,
- Future<
ListProjectGrantsRequest> request
Implementation
$async.Future<$0.ListProjectGrantsResponse> listProjectGrants_Pre($grpc.ServiceCall call, $async.Future<$0.ListProjectGrantsRequest> request) async {
return listProjectGrants(call, await request);
}