isMacOS method

bool isMacOS()

Implementation

bool isMacOS() {
  return Platform.isMacOS;
}