getRestrictions_Pre method
Future<GetRestrictionsResponse>
getRestrictions_Pre(
- ServiceCall $call,
- Future<
GetRestrictionsRequest> $request
Implementation
$async.Future<$0.GetRestrictionsResponse> getRestrictions_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.GetRestrictionsRequest> $request) async {
return getRestrictions($call, await $request);
}