cleanup function is idempotent, so it’s safe to call it in your teardown code
even if the iframe has already been cleaned up due to expiration.
Parameters
| Parameter | Type | Description |
|---|---|---|
options | CreateKeyExportIframeOptions | Configuration options for the EVM key export iframe. |
Returns
Promise<CreateKeyExportIframeResult>
An object containing the iframe element, cleanup function, and theme update function.