openUrl method

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

Opens a URL using the platform's default browser

Implementation

Future<void> openUrl(String url) {
  throw UnimplementedError('openUrl() has not been implemented.');
}