addEntity method

  1. @override
Future<PlayStoreEntity> addEntity(
  1. String documentID,
  2. PlayStoreEntity value
)
override

Add a PlayStoreEntity to the repository, cached

Implementation

@override
Future<PlayStoreEntity> addEntity(String documentID, PlayStoreEntity value) {
  return reference.addEntity(documentID, value);
}