isRegisteredForRemoteNotifications property

bool get isRegisteredForRemoteNotifications

isRegisteredForRemoteNotifications

Implementation

bool get isRegisteredForRemoteNotifications {
  objc.checkOsVersionInternal('UIApplication.isRegisteredForRemoteNotifications', iOS: (false, (8, 0, 0)));
  return _objc_msgSend_91o635(object$.ref.pointer, _sel_isRegisteredForRemoteNotifications);
}