Releases SDK resources and resets internal state. After callingDocumentation Index
Fetch the complete documentation index at: https://jdev-e8db0569.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
dispose(), you must call initialize() again before using startVerification().
Signature
Parameters
None.Returns
Future<void> — Completes when cleanup is finished.
Errors
ThrowsSeonException on failure.
Example
When to Use
- When the user navigates away from the verification feature
- On user logout
- When you want to explicitly release native SDK resources
Platform Behavior
- iOS
- Android
- Resets the initialized state on the Swift singleton
- Clears any pending verification result
- Removes the SDK delegate reference
- Dismisses any presented navigation controller