isMac function

bool isMac()

Returns true when the current platform is macOS.

Implementation

bool isMac() => Platform.isMacOS;