menu
bee_ui package
documentation
view/notif/progress.dart
XDialogProgress
hide static method
hide static method
dark_mode
light_mode
hide
static method
Future
<
void
>
hide
(
)
Implementation
static Future<void> hide() async { if (c != null) { Navigator.pop(c!); } }
bee_ui package
documentation
view/notif/progress
XDialogProgress
hide static method
XDialogProgress class