@override Future<void> removePolygonShape(String shapeId) async { _webPolygon[shapeId]!.element.setMap(null); _webPolygon.remove(shapeId); }