deleteApp()

in src/app.ts [53:58]


    deleteApp() {
      if (this.appSingleton) {
        this.appSingleton.delete();
        delete this.appSingleton;
      }
    }