platformIsDarwin property
bool
get
platformIsDarwin
Implementation
static bool get platformIsDarwin => Platform.isIOS || Platform.isMacOS;
static bool get platformIsDarwin => Platform.isIOS || Platform.isMacOS;