FluroRoutingModule constructor
FluroRoutingModule({
- required String path,
- bool preferUpdates = true,
- Stream<
AuthUserProfile?> userChanges()?, - AuthUserProfile? currentUser()?,
- TabSet? tabs,
- required FRouter routes,
- required String initialRoute,
- List<
HistoryObserver> historyObservers = const [],
Implementation
FluroRoutingModule({
required this.path,
GlobalKey<NavigatorState>? navigatorKey,
this.preferUpdates = true,
this.userChanges,
this.currentUser,
this.tabs,
required this.routes,
required this.initialRoute,
this.historyObservers = const [],
}) : navigatorKey = navigatorKey ?? globalNavigatorKey;