listProjectGrants_Pre method

Future<ListProjectGrantsResponse> listProjectGrants_Pre(
  1. ServiceCall $call,
  2. Future<ListProjectGrantsRequest> $request
)

Implementation

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