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