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