isAndroid property
bool
get
isAndroid
Returns true
if the current platform is Android.
Implementation
static bool get isAndroid => GeneralPlatform.isAndroid;
Returns true
if the current platform is Android.
static bool get isAndroid => GeneralPlatform.isAndroid;