Save JsonStorage for current plugin's setting. This is the method used to save settings to json in Flow.Launcher This method will save the original instance loaded with LoadJsonStorage. This API call is for manually Save. Flow will automatically save all setting type that has called LoadSettingJsonStorage or SaveSettingJsonStorage previously.
public void SaveSettingJsonStorage<T>()
where T : new()
parameter | description |
---|---|
T | Type for Serialization |
- interface IPublicAPI
- namespace Flow.Launcher.Plugin