OrioleMiddleware class abstract
- Implementers
Constructors
- OrioleMiddleware({int priority = 500})
-
const
Properties
Methods
-
canPop(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onEnter(
) → Future -
onExit(
) → Future -
onExited(
) → void -
onMatch(
) → Future -
redirectGuard(
String path) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited