openUrl abstract method

Future<void> openUrl(
  1. String url
)
inherited

Opens the URL specified by url.

Implementation

Future<void> openUrl(String url);