isIOS property

bool get isIOS

Verifica si es iOS (móvil o tablet)

Implementation

bool get isIOS => deviceType == DeviceType.ios;