openUrl abstract method

Future<void> openUrl(
  1. String url
)

Open url in the default browser.

Implementation

Future<void> openUrl(String url);