getDocuments method Null safety
Get all documents.
Returns a Map
with all the documents from the Veryfi inbox.
Implementation
Future<Map<String, dynamic>> getDocuments() {
return request(HTTPMethod.get, 'documents');
}
Get all documents.
Returns a Map
with all the documents from the Veryfi inbox.
Future<Map<String, dynamic>> getDocuments() {
return request(HTTPMethod.get, 'documents');
}