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