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