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