rebind<S> method

MultiChipsEditorPresenter<S> rebind<S>()

Implementation

MultiChipsEditorPresenter<S> rebind<S>() {
  final e = editor as MultiChipsEditor<S>;
  return MultiChipsEditorPresenter<S>(e);
}