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