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