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