britannio / in_app_review

A Flutter plugin for showing the In-App Review/System Rating pop up on Android, IOS, and MacOS. It makes it easy for users to rate your app.
314 stars 82 forks source link

How to track if the review prompt has been shown or not? #110

Open ShivMSense opened 8 months ago

ShivMSense commented 8 months ago

As the requestReview() method has a return type Future<void>, is there any way I can know if the App store/ Play store prompt has been shown or not? Alternatively, does the method throw any Platform exception or some other exception in case the prompt doesn't open which I can handle in the code to achieve my purpose?