handleWaterAlarmNotification method

T? handleWaterAlarmNotification(
  1. NotificationReport report
)

Implementation

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