withPlugin method

Applies the given plugin to the pumped SuperEditor.

Implementation

TestSuperEditorConfigurator withPlugin(SuperEditorPlugin plugin) {
  _config.plugins.add(plugin);
  return this;
}