openVerificationCodeAppSettings(completionHandler:)
Open the Settings app and navigate to the verification code provider settings.
Declaration
class func openVerificationCodeAppSettings(completionHandler: (@Sendable ((any Error)?) -> Void)? = nil)class func openVerificationCodeAppSettings() async throwsParameters
- completionHandler:
An optional block that the system calls on completion.