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