Middleware class

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
middleware List<FlutterMiddleware>?
getter/setter pairinherited
getter/setter pair
queue List<RequestData>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

focusedMiddleware<DataModel>(dynamic data, List<FlutterMiddleware> middlewares, dynamic disableGlobalMiddleware) Future<bool>
globalMiddleware<DataModel>(dynamic data) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set({List<FlutterMiddleware>? $middlewares, dynamic $navigatorKey}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

state Middleware
final