isIOS property
bool
get
isIOS
Checks if the application is running on the iOS platform.
Implementation
bool get isIOS => !isWeb && Platform.isIOS;
Checks if the application is running on the iOS platform.
bool get isIOS => !isWeb && Platform.isIOS;