isAndroid property

bool get isAndroid

Indicates whether the runtime is Android (IO implementation only).

Stub version → always returns false.

Implementation

static bool get isAndroid => false;