launchInstagram function
Implementation
void launchInstagram(final String username, {LaunchMode mode = LaunchMode.platformDefault}) async => await launchURL(
"https://instagram.com/$username",
mode: mode,
);
void launchInstagram(final String username, {LaunchMode mode = LaunchMode.platformDefault}) async => await launchURL(
"https://instagram.com/$username",
mode: mode,
);