isMacOS property
bool
get
isMacOS
Check if the current platform is macOS
Implementation
static bool get isMacOS => !kIsWeb && Platform.isMacOS;
Check if the current platform is macOS
static bool get isMacOS => !kIsWeb && Platform.isMacOS;