menu
messenger
util/platform_utils.dart
PlatformUtilsImpl
isIOS property
isIOS
dark_mode
light_mode
isIOS
property
bool
get
isIOS
Indicates whether device's OS is iOS.
Implementation
bool get isIOS => GetPlatform.isIOS;
messenger
platform_utils
PlatformUtilsImpl
isIOS property
PlatformUtilsImpl class