isMacos function

bool isMacos()

Implementation

bool isMacos() => !kIsWeb && Platform.isMacOS;