Function save
Source pub fn save(app: &AppHandle, settings: &RecorderSettings) -> Result<(), String>
Expand description
Persist settings for this app handle.
ยงErrors
Returns an error string when the app-config dir is unavailable or
the write fails (see save_to).