isAndroid property
bool
get
isAndroid
Whether the current platform is android.
Implementation
bool get isAndroid => Platform.isAndroid;
Whether the current platform is android.
bool get isAndroid => Platform.isAndroid;