getRestrictions method

ResponseFuture<GetRestrictionsResponse> getRestrictions(
  1. GetRestrictionsRequest request, {
  2. CallOptions? options,
})

Gets restrictions

Implementation

$grpc.ResponseFuture<$0.GetRestrictionsResponse> getRestrictions(
  $0.GetRestrictionsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getRestrictions, request, options: options);
}