isMacOS property
bool
get
isMacOS
Implementation
static bool get isMacOS => WebPlatformDetect.isMacOS(
_navigator.appVersion,
_navigator.platform,
_navigator.maxTouchPoints,
);
static bool get isMacOS => WebPlatformDetect.isMacOS(
_navigator.appVersion,
_navigator.platform,
_navigator.maxTouchPoints,
);