isAndroid property

bool get isAndroid

Whether the current platform is android.

Implementation

bool get isAndroid => Platform.isAndroid;