isInstalled
Determines if the Encryptor Extension is installed.
Usage
const isInstalled = await encryptorExtension.isInstalled();
Returns
Promise<boolean>
A promise that resolves to true if the Encryptor Extension is installed, otherwise false.
Determines if the Encryptor Extension is installed.
const isInstalled = await encryptorExtension.isInstalled();
Promise<boolean>
A promise that resolves to true if the Encryptor Extension is installed, otherwise false.