We use ReviewService for mobile app reviews.
It's configured in ReviewConfiguration.cs.
The package ReviewService.NativePrompters is installed in the Mobile and Windows projects and provides the implementation of IReviewPrompter
that actually triggers the store reviews.
We use a custom implementation of IReviewSettingsSource
called DataPersisterReviewSettingsSource to persist the review data on disk.