launchYouTube function
Implementation
void launchYouTube(final String username, {LaunchMode mode = LaunchMode.externalApplication}) async => await launchURL(
"https://youtube.com/c/$username",
mode: mode,
);
void launchYouTube(final String username, {LaunchMode mode = LaunchMode.externalApplication}) async => await launchURL(
"https://youtube.com/c/$username",
mode: mode,
);