isApple top-level property
bool
get
isApple
Checks if the platform is Apple (iOS or macOS).
Implementation
bool get isApple => (isIOS || isMacOS);
Checks if the platform is Apple (iOS or macOS).
bool get isApple => (isIOS || isMacOS);