isAndroid property

bool get isAndroid

Checks if the platform is Android.

Implementation

bool get isAndroid => Platform.isAndroid;