isDarwin top-level property

bool isDarwin
final

Checks if the current platform is a Darwin platform (macOS or iOS).

Implementation

final bool isDarwin = PlatformResolver.isMacOS || PlatformResolver.isIOS;