deleteAllAnnotations static method

Future<void> deleteAllAnnotations()

Deletes all annotations in the current document, excluding links and widgets.

Implementation

static Future<void> deleteAllAnnotations() {
  return _channel.invokeMethod(Functions.deleteAllAnnotations);
}