isUnlockedDetermines if the Encryptor Extension is unlocked.Usageconst isUnlocked = await encryptorExtension.isUnlocked(); ReturnsPromise<boolean>A promise that resolves to true if the Encryptor Extension is unlocked, otherwise false.