setUrl method

void setUrl(
  1. String value
)

sets the state of the current url

Implementation

void setUrl(String value) {
  currentUrl = value;
  notifyListeners();
}