launch abstract method

Future<void> launch(
  1. String url
)

Navigates to the given URL.

Implementation

Future<void> launch(String url);