isAndroid property

bool get isAndroid

Indicates whether device's OS is Android.

Implementation

bool get isAndroid => GetPlatform.isAndroid;