create method

Create a new annotation with the option.

Implementation

Future<CircleAnnotation> create(CircleAnnotationOptions annotation) =>
    _annotationMessenger.create(id, annotation);