isMacOS property

bool get isMacOS

Indicates whether device's OS is macOS.

Implementation

bool get isMacOS => WebUtils.isMacOS || GetPlatform.isMacOS;