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