history method
Implementation
Map<String, dynamic> history(String baseUrl, String docKey, String path, String downloadUri, int ver) {
try {
return _retrieveHistory(baseUrl, docKey, path, downloadUri, ver);
} on Exception catch (_) {
return {};
}
}