reset method

void reset()

Implementation

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