menu
techgrains package
documentation
com/techgrains/util/tg_platform_util.dart
TGPlatformUtil
isWindows static method
isWindows static method
dark_mode
light_mode
isWindows
static method
bool
isWindows
(
)
Implementation
static bool isWindows() { return Platform.isWindows; }
techgrains package
documentation
com/techgrains/util/tg_platform_util
TGPlatformUtil
isWindows static method
TGPlatformUtil class