rebirth static method

void rebirth()

Implementation

static void rebirth() => Arcane(
      title: app.title,
      router: app.router,
      users: app.users,
      firebase: app.firebase,
      application: app.application,
      events: app.events,
      svgLogo: app.svgLogo,
    );