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