isIOS property

bool get isIOS

检查是否为iOS平台

Implementation

bool get isIOS => iosDeviceID != null || idfv != null || idfa != null;