loadUrl method

Future<void> loadUrl(
  1. String url
)

Implementation

Future<void> loadUrl(String url) => _load(url);