handlePestControlNotification method

T? handlePestControlNotification(
  1. NotificationReport report
)

Implementation

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