protectDocument method
Changes the document protection. The previous protection will be overwritten if it exist.
Implementation
Future<ProtectionDataResponse> protectDocument(
ProtectDocumentRequest request) async {
return await _apiClient.call(request) as ProtectionDataResponse;
}