menu
flame_ui package
documentation
modals/modal_router.dart
ModalRouter
popAll static method
popAll static method
dark_mode
light_mode
popAll
static method
void
popAll
(
)
Implementation
static void popAll() { while (instance._stack.isNotEmpty) { pop(); } }
flame_ui package
documentation
modals/modal_router
ModalRouter
popAll static method
ModalRouter class