handleIrrigationNotification method

T? handleIrrigationNotification(
  1. NotificationReport report
)

Implementation

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