menu
echat_platform_flutter_sdk package
documentation
platform_utils.dart
PlatformUtils
isIOS property
isIOS property
dark_mode
light_mode
isIOS
property
bool
get
isIOS
Whether the operating system is a version of
iOS
.
Implementation
static bool get isIOS => Platform.isIOS;
echat_platform_flutter_sdk package
documentation
platform_utils
PlatformUtils
isIOS property
PlatformUtils class