search method
- String input
Filters the rocks by the query and saves it to filteredRocks.
Implementation
void search(String input) => notifyListeners();
Filters the rocks by the query and saves it to filteredRocks.
void search(String input) => notifyListeners();