isAndroid property

bool isAndroid

Whether the operating system is a version of Android.

Implementation

static bool get isAndroid =>
    throw UnsupportedError('Android is not supported by Node.js.');