listProjectGrants_Pre method

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

Implementation

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