isAndroid top-level property
bool
get
isAndroid
Whether the app is running on Android.
Implementation
bool get isAndroid => Platform.isAndroid;
Whether the app is running on Android.
bool get isAndroid => Platform.isAndroid;