isAndroid property

bool get isAndroid

True for Android apps.

Implementation

static bool get isAndroid => !isWeb && Platform.isAndroid;