unregister_user_preferences

Function unregister_user_preferences 

Source
pub fn unregister_user_preferences(pref_keys: Vec<String>) -> MoosyncResult<()>
Expand description

Unregisters user preferences from the main app.

ยงArguments

  • pref_keys - A vector of strings representing the keys of the preferences to unregister.