# Show Feature Requests

This method can be used to display the feature requests page. It is recommended that this method be attached to a button, for example.

{% tabs fullWidth="true" %}
{% tab title="iOS - Swift" %}

```swift
FeatureRequests.show()
```

{% endtab %}

{% tab title="iOS - ObjC" %}

```objectivec
[LCQFeatureRequests show];
```

{% endtab %}

{% tab title="And - Java" %}

```java
FeatureRequests.show();
```

{% endtab %}

{% tab title="And - Kotlin" %}

```kotlin
FeatureRequests.show()
```

{% endtab %}

{% tab title="RN" %}

```javascript
FeatureRequests.show();
```

{% endtab %}

{% tab title="Flutter" %}

```dart
FeatureRequests.show();
```

{% endtab %}
{% endtabs %}
