isIOS property
bool
get
isIOS
Implementation
static bool get isIOS =>
WebPlatformDetect.isIOS(_navigator.platform, _navigator.maxTouchPoints);
static bool get isIOS =>
WebPlatformDetect.isIOS(_navigator.platform, _navigator.maxTouchPoints);