isApple property
bool
get
isApple
Returns true if running on Apple platform (iOS or macOS).
Implementation
static bool get isApple => Platform.isIOS || Platform.isMacOS;
Returns true if running on Apple platform (iOS or macOS).
static bool get isApple => Platform.isIOS || Platform.isMacOS;