deleteAll method

Future<void> deleteAll()

Delete all the annotation added by this manager.

Implementation

Future<void> deleteAll() => _annotationMessenger.deleteAll(id);