()
| 666 | } |
| 667 | |
| 668 | onunload() { |
| 669 | this.emitter?.trigger(TASKNOTES_RUNTIME_LIFECYCLE_RAW_EVENTS.unloading, { |
| 670 | timestamp: new Date().toISOString(), |
| 671 | }); |
| 672 | void cleanupPluginRuntime(this); |
| 673 | } |
| 674 | |
| 675 | private async pluginDataFileExists(): Promise<boolean> { |
| 676 | return pluginDataFileExists(this); |
nothing calls this directly
no test coverage detected