getStoredDocumentUuids method
Retrieves the Uuids of all stored documents.
Returns a Future that completes with list of stored document Uuids.
Implementation
Future<Result<List<String>>> getStoredDocumentUuids() {
return ScanbotDocumentImpl.getStoredDocumentUuids();
}