isMacOS property
bool
get
isMacOS
Returns true if the platform is macOS.
Implementation
static bool get isMacOS =>
DevicePlatformType.currentPlatformType == PlatformType.MacOS;
Returns true if the platform is macOS.
static bool get isMacOS =>
DevicePlatformType.currentPlatformType == PlatformType.MacOS;