isAndroid property

bool get isAndroid

Whether the operating system is a version of Android.

Implementation

static bool get isAndroid => Platform.isAndroid;