loadUrl method

void loadUrl(
  1. String url
)

Implementation

void loadUrl(String url) {
  this._controller.loadUrl(url);
}