isMacOS property
bool
get
isMacOS
If the current operating system is macOS (non web browser).
Implementation
static bool get isMacOS => !isWeb && defaultTargetPlatform == TargetPlatform.macOS;
If the current operating system is macOS (non web browser).
static bool get isMacOS => !isWeb && defaultTargetPlatform == TargetPlatform.macOS;