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.

FeatureRequests.show()
[IBGFeatureRequests show];
FeatureRequests.show();
FeatureRequests.show()
FeatureRequests.show();
FeatureRequests.show();
FeatureRequests.show(true);
//iOS
IBGFeatureRequests.Show();

//Android
using Com.Instabug.Featuresrequest;
...
FeatureRequests.Show();