isMacos function

bool isMacos()

Implementation

bool isMacos() {
  return Platform.isMacOS;
}