start static method

dynamic start()

Implementation

static start() {
  if (!loading) {
    loading = true;
    widgets();
  }
}