menu
hyttahub package
documentation
utils/refresh_helper.dart
RefreshHelper
refresh static method
refresh static method
dark_mode
light_mode
refresh
static method
Future
<
void
>
refresh
(
)
Implementation
static Future<void> refresh() async { if (kIsWeb) { await reloadPage(); } }
hyttahub package
documentation
utils/refresh_helper
RefreshHelper
refresh static method
RefreshHelper class