presentLocalNotificationNow method

void presentLocalNotificationNow(
  1. UILocalNotification notification
)

presentLocalNotificationNow:

Implementation

void presentLocalNotificationNow(UILocalNotification notification) {
  objc.checkOsVersionInternal('UIApplication.presentLocalNotificationNow:', iOS: (false, (4, 0, 0)));
  _objc_msgSend_xtuoz7(object$.ref.pointer, _sel_presentLocalNotificationNow_, notification.ref.pointer);
}