isIOS property
bool
get
isIOS
Returns true for a native iOS app.
Implementation
bool get isIOS => !kIsWeb && this == TargetPlatform.iOS;
Returns true for a native iOS app.
bool get isIOS => !kIsWeb && this == TargetPlatform.iOS;