documentByUrl method
Implementation
documentByUrl(String documentUrl) {
var replayObject = {
"type": "document",
"document": {"link": documentUrl}
};
return replayObject;
}
documentByUrl(String documentUrl) {
var replayObject = {
"type": "document",
"document": {"link": documentUrl}
};
return replayObject;
}