isAndroid top-level property
bool
get
isAndroid
Checks if the platform is Android.
Implementation
bool get isAndroid => GeneralPlatform.isAndroid;
Checks if the platform is Android.
bool get isAndroid => GeneralPlatform.isAndroid;