isIOS property
bool
get
isIOS
Checks if the application is running on the iOS platform.
Implementation
bool get isIOS => !isWeb && _isPlatform('ios');
Checks if the application is running on the iOS platform.
bool get isIOS => !isWeb && _isPlatform('ios');