handleHomeSecurityNotification method

T? handleHomeSecurityNotification(
  1. NotificationReport report
)

Implementation

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