currentUserNotificationSettings property

UIUserNotificationSettings$1? get currentUserNotificationSettings

currentUserNotificationSettings

Implementation

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