platformIsAndroid property

bool get platformIsAndroid

Implementation

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