targetIOSSdk property

IOSSdk? targetIOSSdk

When compiling for iOS, whether to target device or simulator.

Not available if targetOS is OS.iOS. Will throw a StateError if accessed during a dryRun.

Not available during a dryRun. Will throw a StateError if accessed during a dryRun.

Implementation

IOSSdk? get targetIOSSdk;