boots
boots copied to clipboard
Check if package is installed
Add method to check if package is installed:
if (!Boots.IsInstalled(Product.Mono, ReleaseChannel.Preview)){
await Boots (Product.Mono, ReleaseChannel.Preview);
}