isAndroid property

bool isAndroid

True if the app is running on android

Implementation

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