isAndroid property
bool
get
isAndroid
Flag which determines whether current platform is Android.
Implementation
static bool get isAndroid => defaultTargetPlatform == TargetPlatform.android;
Flag which determines whether current platform is Android.
static bool get isAndroid => defaultTargetPlatform == TargetPlatform.android;