listMyUserGrants_Pre method

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

Implementation

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