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;