unregisterSource static method
Remove a source by sourceId.
Implementation
static void unregisterSource(String sourceId) {
_registry.removeSource(sourceId);
}
Remove a source by sourceId.
static void unregisterSource(String sourceId) {
_registry.removeSource(sourceId);
}