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