Ejemplo n.º 1
0
 static async void HandleYoutubeUrl(string url)
 {
     App.ShowToast("Downloading video");
     await YouTube.HandleDownload(url);
 }