isMacOS property
Indicates whether device's OS is macOS or iOS.
Implementation
static bool get isMacOS =>
_navigator.appVersion.contains('Mac') && !PlatformUtils.isIOS;
Indicates whether device's OS is macOS or iOS.
static bool get isMacOS =>
_navigator.appVersion.contains('Mac') && !PlatformUtils.isIOS;