isMacOS static method

bool isMacOS()

Returns true if the current platform is macOS.

Implementation

static bool isMacOS() {
  return getPlatform() == 'macos';
}