Example #1
0
 /// <summary>
 /// Removes all keys and values from the persistent data storage. Use with caution.
 /// </summary>
 public static void DeleteAll()
 {
     StoringSystem.DeleteAll();
 }