fluttercommunity / app_review

App Review - Request and Write Reviews and Open Store Listing for Android and iOS in Flutter. Maintainer: @rodydavis
https://fluttercommunity.github.io/app_review/
MIT License
335 stars 121 forks source link

What is the purpose of the call back ? #18

Closed yelkamel closed 4 years ago

yelkamel commented 4 years ago

Hello

I can I know the purpose of the call-back
AppReview.requestReview.then((onValue) { print(onValue); }); regarding the iOS documentation, we dont have callback of the rating review pop: https://developer.apple.com/documentation/storekit/skstorereviewcontroller/2851536-requestreview

thanks

rodydavis commented 4 years ago

Just a sanity check to make sure there were no errors. On android you could store a timestamp to know when to call again, on ios it doesnt really matter