isIOS top-level property

bool get isIOS

Whether the app is running on iOS.

Implementation

bool get isIOS => targetPlatform == .iOS;