delete method Null safety
- SectionModel value
override
Delete a SectionModel from the repository, cached
Implementation
@override
Future<void> delete(SectionModel value) {
fullCache.remove(value.documentID);
reference.delete(value);
return Future.value();
}