pub fn register_user_preferences(
prefs: Vec<PreferenceUIData>,
) -> MoosyncResult<()>Expand description
Registers user preferences with the main app.
ยงArguments
prefs- A vector ofPreferenceUIDatarepresenting the user preferences to register.