update method
Update an added annotation with new properties.
Implementation
Future<void> update(CircleAnnotation annotation) =>
_annotationMessenger.update(id, annotation);
Update an added annotation with new properties.
Future<void> update(CircleAnnotation annotation) =>
_annotationMessenger.update(id, annotation);