menu
housecode package
documentation
widgets/loading_dialog.dart
Loading
hide method
hide method
dark_mode
light_mode
hide
method
void
hide
(
)
Implementation
void hide() { if (popContext != null) Navigator.pop(popContext!); }
housecode package
documentation
widgets/loading_dialog
Loading
hide method
Loading class