isMacOS property

bool get isMacOS

Indicates whether device's OS is macOS or iOS.

Implementation

static bool get isMacOS =>
    _navigator.appVersion.contains('Mac') && !PlatformUtils.isIOS;