clear method

Future<void> clear()

Removes all annotations from the map

Implementation

Future<void> clear() async {
  _idToAnnotation.clear();

  await _setAll();
}