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