addEntity method

Add a FollowRequestsDashboardEntity to the repository, cached

Implementation

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