isAndroid top-level property
bool
get
isAndroid
Whether the OS is Android (never on the web).
Implementation
bool get isAndroid => false;
Whether the OS is Android (never on the web).
bool get isAndroid => false;