setRestrictions method

ResponseFuture<SetRestrictionsResponse> setRestrictions(
  1. SetRestrictionsRequest request, {
  2. CallOptions? options,
})

Implementation

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