getState
Retrieves the current state of the Encryptor Extension.
Usage
const currentState = await encryptorExtension.getState();
Returns
Promise<EncryptorState>
A promise that resolves to the current state of the Encryptor Extension.
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.