isAndroid property
bool
get
isAndroid
If the current operating system is Android (non web browser).
Implementation
static bool get isAndroid => !isWeb && defaultTargetPlatform == TargetPlatform.android;
If the current operating system is Android (non web browser).
static bool get isAndroid => !isWeb && defaultTargetPlatform == TargetPlatform.android;