menu
techgrains package
documentation
com/techgrains/util/tg_platform_util.dart
TGPlatformUtil
version static method
version static method
dark_mode
light_mode
version
static method
String
version
(
)
Implementation
static String version() { try { return Platform.version; } catch (e) { return ""; } }
techgrains package
documentation
com/techgrains/util/tg_platform_util
TGPlatformUtil
version static method
TGPlatformUtil class