setSourceFeature method

  1. @mustCallSuper
void setSourceFeature(
  1. String featureName
)
inherited

Sets the source feature for this extension builder. This is called by the Vyuh bootstrapping process.

Implementation

@mustCallSuper
void setSourceFeature(String featureName) {
  _sourceFeature = featureName;
}