launchUrl method

Future<void> launchUrl(
  1. String url
)

Implementation

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