isMacOS property
bool
get
isMacOS
Checks if the application is running on the macOS platform.
Implementation
bool get isMacOS => !isWeb && Platform.isMacOS;
Checks if the application is running on the macOS platform.
bool get isMacOS => !isWeb && Platform.isMacOS;