isMacOS top-level property
bool
get
isMacOS
Returns true if running on a macOS desktop system.
Always false in this placeholder.
Implementation
bool get isMacOS => false;
Returns true if running on a macOS desktop system.
Always false in this placeholder.
bool get isMacOS => false;