isIOS top-level property
bool
get
isIOS
Whether the app is running on iOS.
Implementation
bool get isIOS => targetPlatform == .iOS;
Whether the app is running on iOS.
bool get isIOS => targetPlatform == .iOS;