isAndroid property

bool get isAndroid

Checks if the application is running on the Android platform.

Implementation

bool get isAndroid => !isWeb && _isPlatform('android');