isIOS property
bool
get
isIOS
If the current operating system is iOS (non web browser).
Implementation
static bool get isIOS => !isWeb && defaultTargetPlatform == TargetPlatform.iOS;
If the current operating system is iOS (non web browser).
static bool get isIOS => !isWeb && defaultTargetPlatform == TargetPlatform.iOS;