isIOS top-level property
bool
get
isIOS
return true if running on iOS
Implementation
bool get isIOS => !isWeb && Platform.isIOS;
return true if running on iOS
bool get isIOS => !isWeb && Platform.isIOS;