isAndroid property

bool get isAndroid

Returns true if running on Android.

Implementation

static bool get isAndroid => Platform.isAndroid;