menu
patrol_plus package
documentation
patrol.dart
PatrolIntegrationTester
isIOS property
isIOS property
dark_mode
light_mode
isIOS
property
bool
get
isIOS
inherited
Whether the test is running on iOS.
Implementation
bool get isIOS => _is(TargetPlatform.iOS);
patrol_plus package
documentation
patrol
PatrolIntegrationTester
isIOS property
PatrolIntegrationTester class