isIOS property
bool
get
isIOS
Return true if the platform is iOS
Implementation
bool get isIOS => platform == TargetPlatform.iOS;
Return true if the platform is iOS
bool get isIOS => platform == TargetPlatform.iOS;