unregisterSource static method

void unregisterSource(
  1. String sourceId
)

Remove a source by sourceId.

Implementation

static void unregisterSource(String sourceId) {
  _registry.removeSource(sourceId);
}