handleSmokeAlarmNotification method

T? handleSmokeAlarmNotification(
  1. NotificationReport report
)

Implementation

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