cancelLocalNotification method
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);
}