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