FragNavigate class
Constructors
-
FragNavigate({required dynamic firstKey, required List<Posit> screens, BuildContext? drawerContext, List<BottomPosit>? bottomList, List<ActionPosit>? actionsList, List<FloatingPosit>? floatingPosit, dynamic onBack(dynamic oldKey, dynamic newKey)?, dynamic onPut(dynamic oldKey, dynamic newKey)?})
-
factory
-
FragNavigate.restart({required dynamic firstKey, required List<Posit> screens, BuildContext? drawerContext, List<BottomPosit>? bottomList, List<ActionPosit>? actionsList, List<FloatingPosit>? floatingPosit, dynamic onBack(dynamic oldKey, dynamic newKey)?, dynamic onPut(dynamic oldKey, dynamic newKey)?})
-
factory
Methods
-
action(String tag, {dynamic params})
→ dynamic
-
Call action in interface
-
dispose()
→ void
-
-
jumpBack()
→ Future<bool>
-
Jump back to last key
-
jumpBackTo(dynamic key)
→ dynamic
-
Jump back to key passed and clean all after
-
jumpBackToFirst()
→ Future<bool>
-
Jump back to first key and clean all
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
putAndClean<K>({dynamic key, bool force = true, K? params, bool closeDrawer = true})
→ Future<bool>
-
Put key and clean all
-
putAndReplace<K>({dynamic key, bool force = true, K? params, bool closeDrawer = true})
→ Future<bool>
-
Put key and replace current
-
putPosit<K>({required dynamic key, bool force = false, bool closeDrawer = true, K? params})
→ Future<bool>
-
Put new key
-
toString()
→ String
-
A string representation of this object.
inherited