reset method
void
reset()
Implementation
void reset() {
selectedCollection = null;
collectionSearchText = '';
notifyListeners();
}
void reset() {
selectedCollection = null;
collectionSearchText = '';
notifyListeners();
}