openView method

void openView()

Opens the search view that this controller is associated with.

Implementation

void openView() {
  assert(isAttached);
  _anchor!._openView();
}