isMacOS property
bool
get
isMacOS
Indicates whether the runtime is macOS desktop (IO implementation only).
Stub version → always returns false.
Implementation
static bool get isMacOS => false;
Indicates whether the runtime is macOS desktop (IO implementation only).
Stub version → always returns false.
static bool get isMacOS => false;