const snapId = `npm:@hashgraph/hedera-identify-snap`
const handleTogglePopupsAPI = async () => {
await window.ethereum.request({
method: 'wallet_invokeSnap',
params: {
snapId,
request: { method: 'togglePopups', params: { } }
}
})
}
