listMyUserGrants_Pre method

Future<ListMyUserGrantsResponse> listMyUserGrants_Pre(
  1. ServiceCall call,
  2. Future<ListMyUserGrantsRequest> request
)

Implementation

$async.Future<$4.ListMyUserGrantsResponse> listMyUserGrants_Pre(
    $grpc.ServiceCall call,
    $async.Future<$4.ListMyUserGrantsRequest> request) async {
  return listMyUserGrants(call, await request);
}