onPolylineEdited method
A Polyline path has been edited by the user. Currently only supported on web.
Implementation
@override
Stream<PolylineEditEvent> onPolylineEdited({required int mapId}) {
return _events(mapId).whereType<PolylineEditEvent>();
}