deleteFootnote method

Future<void> deleteFootnote(
  1. DeleteFootnoteRequest request
)

Removes a footnote from the document node.

Implementation

Future<void> deleteFootnote(DeleteFootnoteRequest request) async {
  await _apiClient.call(request);
}