openView method

void openView()

Opens the search view associated with this controller.

Implementation

void openView() {
  assert(isAttached, 'M3ESearchController is not attached to an anchor.');
  _anchor!.openView();
}