deleteComments method
Removes all comments from the document.
Implementation
Future<void> deleteComments(DeleteCommentsRequest request) async {
await _apiClient.call(request);
}
Removes all comments from the document.
Future<void> deleteComments(DeleteCommentsRequest request) async {
await _apiClient.call(request);
}