cloneDocument method
Clones the document with the specified Uuid.
documentUuid - The Uuid of the document to be cloned.
Returns a Future that completes with cloned document.
Implementation
Future<Result<DocumentData>> cloneDocument(String documentUuid) {
return ScanbotDocumentImpl.cloneDocument(documentUuid);
}