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