showAllPoi method

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

Implementation

@override
Future<void> showAllPoi() async {
  for (var poi in _webPoi.values) {
    poi.setVisible(true);
  }
}