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