handleClockNotification method

T? handleClockNotification(
  1. NotificationReport report
)

Implementation

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