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