setUrl method

void setUrl(
  1. String url
)

Implementation

void setUrl(String url) {
  content?.setRes(url: url);
}