Description
Make sure that the crossmark extension is installed.
💡
In certain circumstances, this method might return false even if the extension is installed. It is recommended to use the detect method with an approprate timeout before calling this method.
Usage
sdk.sync.isInstalled();
Response
boolean;
Example
let isInstalled = sdk.sync.isInstalled();
console.log(isInstalled);
// true