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