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