handleWeatherAlarmNotification method

T? handleWeatherAlarmNotification(
  1. NotificationReport report
)

Implementation

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