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