clear method
- String categoryId
Implementation
void clear(String categoryId) {
if (_entriesByCategoryId.remove(categoryId) != null) {
revision.value++;
}
}
void clear(String categoryId) {
if (_entriesByCategoryId.remove(categoryId) != null) {
revision.value++;
}
}