enable
Method
async function enable(): void;try {
if(typeof window.liquid !== 'undefined') {
await window.liquid.enable();
}
}
catch(error) {
// User denied permission or cancelled
console.log(error);
}Last updated
Was this helpful?

