isAndroid top-level property
bool
get
isAndroid
Returns true if running on an Android device.
Always false in this placeholder.
Implementation
bool get isAndroid => false;
Returns true if running on an Android device.
Always false in this placeholder.
bool get isAndroid => false;