isNativeIOS top-level property
bool
get
isNativeIOS
Checks if the platform is native iOS (not web).
Implementation
bool get isNativeIOS => isIOS && !isWeb;
Checks if the platform is native iOS (not web).
bool get isNativeIOS => isIOS && !isWeb;