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