FluroRoutingModule class
- Implemented types
Constructors
-
FluroRoutingModule({required String path, bool preferUpdates = true, Stream<
AuthUserProfile?> userChanges()?, AuthUserProfile? currentUser()?, TabSet? tabs, required FRouter routes, required String initialRoute, List<HistoryObserver> historyObservers = const []})
Properties
- currentUser → AuthUserProfile? Function()?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
historyObservers
→ List<
HistoryObserver> -
Observe history changes at the root router level
final
- initialRoute → String
-
final
-
final
- path → String
-
final
- preferUpdates → bool
-
final
- routes → FRouter
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tabs → TabSet?
-
final
-
userChanges
→ Stream<
AuthUserProfile?> Function()? -
final
Methods
-
createRoutingSystem(
[RouterDelegate? parent]) → RoutingSystem< Object> -
override
-
initializeRoutes(
) → Future -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
final