Save additional plugin data. Inherit this interface if additional data e.g. cache needs to be saved, Otherwise if LoadSettingJsonStorage or SaveSettingJsonStorage has been called, plugin settings will be automatically saved (see Flow.Launcher/PublicAPIInstance.SavePluginSettings) by Flow
public interface ISavable : IFeatures
name | description |
---|---|
Save() |
- interface IFeatures
- namespace Flow.Launcher.Plugin