unselect a Point Of Interest by its id
Future<void> unselectPOIById(int id) async { print("wemapMap : unselect POI .... $id"); await _methodChannel.invokeMethod('unselectPOIById', id); }