currentUserNotificationSettings property

UIUserNotificationSettings? get currentUserNotificationSettings

currentUserNotificationSettings

Implementation

UIUserNotificationSettings? get currentUserNotificationSettings {
  objc.checkOsVersionInternal('UIApplication.currentUserNotificationSettings', iOS: (false, (8, 0, 0)));
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_currentUserNotificationSettings);
  return _ret.address == 0 ? null : UIUserNotificationSettings.castFromPointer(_ret, retain: true, release: true);
}