search method
Dispatches a search event with text.
Implementation
void search(String text) {
_bloc.add(BlocxCollectionEventSearch<T>(searchText: text));
}
Dispatches a search event with text.
void search(String text) {
_bloc.add(BlocxCollectionEventSearch<T>(searchText: text));
}