Reading about the launcher it gives the example of starting the Lyft app by doing something like:
await Launcher.Default.OpenAsync("lyft://ridetype?id=lyft_line");
I can't find examples for doing something with the app store or google play store like:
await Launcher.Default.OpenAsync("appStore://app?id=1234567");
Is this even a thing?