isMacOS method

bool isMacOS()

Implementation

bool isMacOS() {
  return !kIsWeb && Platform.isMacOS;
}