isAndroid top-level property

bool isAndroid

return true if running on Android

Implementation

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