addEntity method
Add a PostCommentEntity to the repository, cached
Implementation
@override
Future<PostCommentEntity> addEntity(
String documentID, PostCommentEntity value) {
return reference.addEntity(documentID, value);
}
Add a PostCommentEntity to the repository, cached
@override
Future<PostCommentEntity> addEntity(
String documentID, PostCommentEntity value) {
return reference.addEntity(documentID, value);
}