deleteAllAnnotations static method
Deletes all annotations in the current document, excluding links and widgets.
Implementation
static Future<void> deleteAllAnnotations() {
return _channel.invokeMethod(Functions.deleteAllAnnotations);
}
Deletes all annotations in the current document, excluding links and widgets.
static Future<void> deleteAllAnnotations() {
return _channel.invokeMethod(Functions.deleteAllAnnotations);
}