launchUrl method

void launchUrl(
  1. String url
)

Implementation

void launchUrl(String url) => _platform.launchUrl(url);