pub async fn pull_settings(
client: &CloudClient,
) -> Result<Option<(Value, Option<String>)>, CoreError>Expand description
Fetch cloud-side settings blob. Returns (settings_value, updated_at) or
None if the cloud has no settings stored yet for this user.