enableEditorV2 method

FeaturesConfigBuilder enableEditorV2(
  1. dynamic enableEditorV2
)

Implementation

FeaturesConfigBuilder enableEditorV2(enableEditorV2) {
  _enableEditorV2 = enableEditorV2;
  return this;
}