init method

void init(
  1. Uri url
)

Implementation

void init(Uri url) {
  _appArchiveUrl = url;
  checkVersion();
  notifyListeners();
}