isIOS property
bool
get
isIOS
Verifica si es iOS (móvil o tablet)
Implementation
bool get isIOS => deviceType == DeviceType.ios;
Verifica si es iOS (móvil o tablet)
bool get isIOS => deviceType == DeviceType.ios;