cancelLocalNotification method

void cancelLocalNotification(
  1. UILocalNotification notification
)

cancelLocalNotification:

Implementation

void cancelLocalNotification(UILocalNotification notification) {
  objc.checkOsVersionInternal('UIApplication.cancelLocalNotification:', iOS: (false, (4, 0, 0)));
  _objc_msgSend_xtuoz7(this.ref.pointer, _sel_cancelLocalNotification_, notification.ref.pointer);
}