Retrieves the state of the Encryptor extension.
const encryptorState = await encryptor.getState();
Promise<EncryptorState>
A promise that resolves to the current state of the Encryptor extension.
Last updated 23 days ago