const id: string = this.manifest.id,
      plugins = this.app.plugins;  
void plugins.disablePlugin(id).then(() => plugins.enablePlugin(id));