isAndroid property
bool
get
isAndroid
Check if the current platform is Android
Implementation
static bool get isAndroid => !kIsWeb && Platform.isAndroid;
Check if the current platform is Android
static bool get isAndroid => !kIsWeb && Platform.isAndroid;