isMacOS static method

bool isMacOS()

Implementation

static bool isMacOS() {
  return Platform.isMacOS;
}