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