isApple property

bool get isApple

Returns true if running on Apple platform (iOS or macOS).

Implementation

static bool get isApple => Platform.isIOS || Platform.isMacOS;