function deleteAll deleteAll(): Promise<void> Deletes all data from the key-value store. This CANNOT be undone. Return Type Promise<void> A promise that resolves when the operation is complete.