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