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();cordova.plugins.featureRequests.show(
true,
function () {
console.log('showFeatureRequests successfully!');
},
function (error) {
console.log('Error: showFeatureRequests - ' + error);
}
);//iOS
IBGFeatureRequests.Show();
//Android
FeatureRequests.Show();FeatureRequests.show();