isApple top-level property

bool isApple

return true if running on iOS or macOS

Implementation

bool get isApple => !isWeb && (Platform.isIOS || Platform.isMacOS);