scheduleLocalNotification method
scheduleLocalNotification:
Implementation
void scheduleLocalNotification(UILocalNotification notification) {
objc.checkOsVersionInternal('UIApplication.scheduleLocalNotification:', iOS: (false, (4, 0, 0)));
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_scheduleLocalNotification_, notification.ref.pointer);
}