FedCm.resetCooldownResets the cooldown time, if any, to allow the next FedCM call to show a dialog even if one was recently dismissed by the user.
{
"id": 1,
"method": "FedCm.resetCooldown"
}
{
"id": 1,
"result": {}
}
const result = await send('FedCm.resetCooldown');
console.log(result);