isAndroid property

bool get isAndroid
inherited

Whether the test is running on Android.

Implementation

bool get isAndroid => _is(TargetPlatform.android);