PlayerPrefsX delete all values?

I need the equivalent to PlayerPrefs.DeleteAll() but PlayerPrefsX doesn’t have it! What’s the correct way to delete all values stored with PlayerPrefsX?

There’s no need for an equivalent; just use DeleteAll. PlayerPrefsX isn’t magic or a different system, it’s just PlayerPrefs.SetString, as explained in the usage notes.