setRestrictions method

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

Sets restrictions

Implementation

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