isMacOS static method
Returns true if the current platform is macOS.
Implementation
static bool isMacOS() {
return getPlatform() == 'macos';
}
Returns true if the current platform is macOS.
static bool isMacOS() {
return getPlatform() == 'macos';
}