Tired of losing track of your spending on many different services? With Recurrents, just input your subscriptions for an easy overview and stay in control with reminders, save money, and enjoy a stress-free experience. Take control of your expenses effortlessly!
public async Task OpenStoreReviewUrlAsync()
{
//TODO: Implement on all platforms
#if !HAS_UNO
await Windows.System.Launcher.LaunchUriAsync(new Uri("ms-windows-store://review/?ProductId=9N5MJT8G06KC"));
#else
throw new NotImplementedException("OpenStoreReviewUrlAsync is not yet implemented on this platform!");
#endif
await Windows.System.Launcher.LaunchUriAsync(new Uri("ms-windows-store://review/?ProductId\=9N5MJT8G06KC"));
https://github.com/morning4coffe-dev/project-sbs/blob/71a12c251ba37894ddbf1c50dfe04e54cca00899/ProjectSBS/ProjectSBS/Services/Interop/InteropService.cs#L63