isAndroid top-level property

bool get isAndroid

Whether the OS is Android.

Implementation

bool get isAndroid => !kIsWeb && Platform.isAndroid;