removeFromPreferences(completionHandler:)
Removes the manager’s configuration from the persistent store.
Declaration
func removeFromPreferences(completionHandler: @escaping @Sendable ((any Error)?) -> Void)func removeFromPreferences() async throwsParameters
- completionHandler:
A completion block that the framework calls after it removes the configuration. If removal failed, the
errorparameter indicates the reason for the failure; otherwise, this parameter isnil.