isAndroid property

bool get isAndroid

True if the app is running on android

Implementation

static bool get isAndroid => type == PlatformType.android;