handleSystemNotification method

T? handleSystemNotification(
  1. NotificationReport report
)

Implementation

T? handleSystemNotification(NotificationReport report) {
  return unhandledNotification(report);
}