loadUrl method

void loadUrl(
  1. String url
)

Implementation

void loadUrl(String url) {
  _loadUrl(url);
}