menu
wt_framework package
documentation
libs/helpers/wt_helper.dart
WtHelper
hideLoading static method
hideLoading static method
dark_mode
light_mode
hideLoading
static method
void
hideLoading
(
BuildContext
context
)
Implementation
static void hideLoading(BuildContext context) { Navigator.of(context, rootNavigator: true).pop(); }
wt_framework package
documentation
libs/helpers/wt_helper
WtHelper
hideLoading static method
WtHelper class