isAndroid property

bool get isAndroid

Returns true if the current platform is Android.

Implementation

static bool get isAndroid => GeneralPlatform.isAndroid;