isAndroid property

bool isAndroid

Checks if the platform is Android.

Implementation

bool get isAndroid => Platform.isAndroid;