isAndroid top-level property
bool
get
isAndroid
Whether the OS is Android.
Implementation
bool get isAndroid => !kIsWeb && Platform.isAndroid;
Whether the OS is Android.
bool get isAndroid => !kIsWeb && Platform.isAndroid;