cancelAllLocalNotifications method

void cancelAllLocalNotifications()

cancelAllLocalNotifications

Implementation

void cancelAllLocalNotifications() {
  objc.checkOsVersionInternal('UIApplication.cancelAllLocalNotifications', iOS: (false, (4, 0, 0)));
  _objc_msgSend_1pl9qdv(this.ref.pointer, _sel_cancelAllLocalNotifications);
}