isAndroid top-level property

bool get isAndroid

Whether the OS is Android (never on the web).

Implementation

bool get isAndroid => false;