unregisterForRemoteNotifications method

void unregisterForRemoteNotifications()

unregisterForRemoteNotifications

Implementation

void unregisterForRemoteNotifications() {
  objc.checkOsVersionInternal('UIApplication.unregisterForRemoteNotifications', iOS: (false, (3, 0, 0)));
  _objc_msgSend_1pl9qdv(object$.ref.pointer, _sel_unregisterForRemoteNotifications);
}