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