showAllPolygon method

  1. @override
Future<void> showAllPolygon()
override

Implementation

@override
Future<void> showAllPolygon() async {
  for (var shape in _webPolyline.keys) {
    await changePolygonVisible(shape, true);
  }
}