setRestrictions method
ResponseFuture<SetRestrictionsResponse>
setRestrictions(
- SetRestrictionsRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.SetRestrictionsResponse> setRestrictions($1.SetRestrictionsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$setRestrictions, request, options: options);
}