enabledRemoteNotificationTypes method

UIRemoteNotificationType enabledRemoteNotificationTypes()

enabledRemoteNotificationTypes

Implementation

UIRemoteNotificationType enabledRemoteNotificationTypes() {
  objc.checkOsVersionInternal('UIApplication.enabledRemoteNotificationTypes', iOS: (false, (3, 0, 0)));
  final _ret = _objc_msgSend_z1zqgm(this.ref.pointer, _sel_enabledRemoteNotificationTypes);
  return UIRemoteNotificationType.fromValue(_ret);
}