platformIsAndroid property
bool
get
platformIsAndroid
Implementation
static bool get platformIsAndroid => !kIsWeb && Platform.isAndroid;
static bool get platformIsAndroid => !kIsWeb && Platform.isAndroid;