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