isAndroid property

bool isAndroid

Whether the current platform is android.

Implementation

bool get isAndroid => Platform.isAndroid;