isAndroid property
bool
get
isAndroid
True if the app is running on android
Implementation
static bool get isAndroid => type == PlatformType.android;
True if the app is running on android
static bool get isAndroid => type == PlatformType.android;