isAndroid property
bool
get
isAndroid
Individual platform checks
Implementation
static bool get isAndroid => currentPlatform == PlatformType.android;
Individual platform checks
static bool get isAndroid => currentPlatform == PlatformType.android;