update method

Future<void> update(
  1. PolylineAnnotation annotation
)

Update an added annotation with new properties.

Implementation

Future<void> update(PolylineAnnotation annotation) =>
    messenger.update(id, annotation);