init static method

dynamic init()

Implementation

static init() {
  timmer = Timer.periodic(const Duration(seconds: 1), startDownload);
}