A handler that produces responses for a registered path.
Implement this interface to handle other use-cases according to your app's needs.
Constructors
Properties
- eventHandler ↔ PlatformPathHandlerEvents?
-
Event handler object that handles the
PlatformPathHandler
events.latefinal - hashCode → int
-
The hash code for this object.
no setterinherited
- path ↔ String
-
The suffix path to be handled.
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
The path handler type.
no setterinherited
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited