dispose method

void dispose()

Almost identical to resetTextSearch, but does not notify listeners.

Implementation

void dispose() => _resetTextSearch(notify: false);