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