handleNotificationReport method

T? handleNotificationReport(
  1. NotificationReport report
)
inherited

Implementation

T? handleNotificationReport(NotificationReport report) {
  logger.warning('Unhandled NotificationReport from ${report.sourceNode}');
  return null;
}