Future<void> setFilter(String layerId, dynamic filter) { return _maplibrePlatform.setFilter(layerId, filter); }