isAndroid property
bool
get
isAndroid
Checks if the platform is Android.
Implementation
bool get isAndroid => Platform.isAndroid;
Checks if the platform is Android.
bool get isAndroid => Platform.isAndroid;