openView method
Opens the search view that this controller is associated with.
Implementation
void openView() {
assert(_anchor != null);
_anchor!._openView();
}
Opens the search view that this controller is associated with.
void openView() {
assert(_anchor != null);
_anchor!._openView();
}