enableHistory method

TestSuperEditorConfigurator enableHistory(
  1. bool isHistoryEnabled
)

Implementation

TestSuperEditorConfigurator enableHistory(bool isHistoryEnabled) {
  _config.isHistoryEnabled = isHistoryEnabled;
  return this;
}