isNativeAndroid top-level property
bool
get
isNativeAndroid
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;