menu
omnystore package
documentation
omnystore_hub.dart
PredicateAuthorizer
PredicateAuthorizer.new const constructor
PredicateAuthorizer.new const constructor
dark_mode
light_mode
PredicateAuthorizer
constructor
const
PredicateAuthorizer
(
Future
<
bool
>
_predicate
(
Principal
?
principal
,
RouteContext
context
)
)
Creates an authorizer from
predicate
.
Implementation
const PredicateAuthorizer(this._predicate);
omnystore package
documentation
omnystore_hub
PredicateAuthorizer
PredicateAuthorizer.new const constructor
PredicateAuthorizer class