isAndroid top-level property

bool get isAndroid

Always false on web — there is no Android to detect.

Implementation

bool get isAndroid => false;