loadUrl method

void loadUrl(
  1. String url
)

Implementation

void loadUrl(String url) {
  _wcs.loadUrl(url);
}