openUrl method

Future<void> openUrl(
  1. Uri url
)

Implementation

Future<void> openUrl(Uri url) async {
  await launchUrl(url);
}