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