withPlugin method
Applies the given plugin to the pumped SuperEditor.
Implementation
TestSuperEditorConfigurator withPlugin(SuperEditorPlugin plugin) {
_config.plugins.add(plugin);
return this;
}
Applies the given plugin to the pumped SuperEditor.
TestSuperEditorConfigurator withPlugin(SuperEditorPlugin plugin) {
_config.plugins.add(plugin);
return this;
}