isAndroid property
bool
get
isAndroid
Checks if the application is running on the Android platform.
Implementation
bool get isAndroid => !isWeb && Platform.isAndroid;
Checks if the application is running on the Android platform.
bool get isAndroid => !isWeb && Platform.isAndroid;