menu
techgrains package
documentation
com/techgrains/util/tg_platform_util.dart
TGPlatformUtil
isWeb static method
isWeb static method
dark_mode
light_mode
isWeb
static method
bool
isWeb
(
)
Implementation
static bool isWeb() { try { return isApp() || isDesktop(); } catch (e) { return true; } }
techgrains package
documentation
com/techgrains/util/tg_platform_util
TGPlatformUtil
isWeb static method
TGPlatformUtil class