menu
nui_core package
documentation
ui/nui_navigator.dart
NUINavigator
popScreen static method
popScreen static method
dark_mode
light_mode
popScreen
static method
void
popScreen
(
String
code
)
Implementation
static void popScreen(String code) => _screenStack.remove(code);
nui_core package
documentation
ui/nui_navigator
NUINavigator
popScreen static method
NUINavigator class