Load JsonStorage for current plugin's setting. This is the method used to load settings from json in Flow. When the file is not exist, it will create a new instance for the specific type.
public T LoadSettingJsonStorage<T>()
where T : new()
parameter | description |
---|---|
T | Type for deserialization |
- interface IPublicAPI
- namespace Flow.Launcher.Plugin