handleSirenNotification method

T? handleSirenNotification(
  1. NotificationReport report
)

Implementation

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