handleBasicSet method

T? handleBasicSet(
  1. BasicReport report
)

Implementation

T? handleBasicSet(BasicReport report) {
  logger.warning('Unhandled BasicSet from ${report.sourceNode}');
  return null;
}