getLabelData method

Map<String, String>? getLabelData(
  1. String label
)

Returns the data associated to the label, this is the producerId @returns producerId - Unique identifier for the producer

Implementation

Map<String, String>? getLabelData(String label) {
  return _labelsToProducerId[label];
}