show a Point Of Interest by its id
Future<void> showPOIs(List<int> list) async { print("wemapMap : showing POIs list ..."); await _methodChannel.invokeMethod('showPOIs', list); }