closeView method
Closes the search view, optionally setting selectedText.
Implementation
void closeView(String? selectedText) {
assert(isAttached, 'M3ESearchController is not attached to an anchor.');
_anchor!.closeView(selectedText);
}
Closes the search view, optionally setting selectedText.
void closeView(String? selectedText) {
assert(isAttached, 'M3ESearchController is not attached to an anchor.');
_anchor!.closeView(selectedText);
}