handleHeatAlarmNotification method

T? handleHeatAlarmNotification(
  1. NotificationReport report
)

Implementation

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