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