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.

Previous
Encryptor