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