launchUrl static method

void launchUrl(
  1. String url
)

Implementation

static void launchUrl(String url)async{
  await launchUrlString(url);
}