isNativeIOS top-level property

bool get isNativeIOS

Checks if the platform is native iOS (not web).

Implementation

bool get isNativeIOS => isIOS && !isWeb;