setRestrictions_Pre method
Future<SetRestrictionsResponse>
setRestrictions_Pre(
- ServiceCall $call,
- Future<
SetRestrictionsRequest> $request
Implementation
$async.Future<$0.SetRestrictionsResponse> setRestrictions_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.SetRestrictionsRequest> $request) async {
return setRestrictions($call, await $request);
}