addEntity method Null safety
- String documentID,
- DividerEntity value
override
Add a DividerEntity to the repository, cached
Implementation
@override
Future<DividerEntity> addEntity(String documentID, DividerEntity value) {
return reference.addEntity(documentID, value);
}