setSourceFeature method
Sets the source feature for this extension. This is called by the Vyuh bootstrapping process.
Implementation
void setSourceFeature(String featureName) {
  _sourceFeature = featureName;
  onSourceFeatureUpdated();
}Sets the source feature for this extension. This is called by the Vyuh bootstrapping process.
void setSourceFeature(String featureName) {
  _sourceFeature = featureName;
  onSourceFeatureUpdated();
}