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