deleteFootnote method
Removes a footnote from the document node.
Implementation
Future<void> deleteFootnote(DeleteFootnoteRequest request) async {
await _apiClient.call(request);
}
Removes a footnote from the document node.
Future<void> deleteFootnote(DeleteFootnoteRequest request) async {
await _apiClient.call(request);
}