deleteParagraphOnline method
Removes a paragraph from the document node.
Implementation
Future<Map<String, ByteData>> deleteParagraphOnline(
DeleteParagraphOnlineRequest request) async {
return await _apiClient.call(request) as Map<String, ByteData>;
}