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