isIOS property

bool get isIOS
inherited

Whether the test is running on iOS.

Implementation

bool get isIOS => _is(TargetPlatform.iOS);