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