isNativeMacOS top-level property
bool
get
isNativeMacOS
Checks if the platform is native macOS (not web).
Implementation
bool get isNativeMacOS => isMacOS && !isWeb;
Checks if the platform is native macOS (not web).
bool get isNativeMacOS => isMacOS && !isWeb;