setFeatureImplementation abstract method

void setFeatureImplementation(
  1. String namespace,
  2. String? value
)

When multiple implementations for a feature are registered You can change at runtime with this

Set value == null to disable

Implementation

void setFeatureImplementation(String namespace, String? value);