app_controller_nav library

Functions

canNotPop({BuildContext? context}) bool
canPop({BuildContext? context}) bool
closeAllSubPages({BuildContext? context}) → void
closeSubPage({BuildContext? context}) → void
openPage(Widget page, {bool forceRedraw = false}) → void
openSubPage(Widget page, {BuildContext? context, bool canPop = true, void onPopInvokedWithResult(bool, dynamic)?, void onPageClosed(dynamic result)?}) → void
refreshApp({bool forceRedraw = false}) Future<void>