OrioleMiddleware class abstract

Implementers

Constructors

OrioleMiddleware({int priority = 500})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
priority int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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