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