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