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