resetCooldown method

Future<void> resetCooldown()

Resets the cooldown time, if any, to allow the next FedCM call to show a dialog even if one was recently dismissed by the user.

Implementation

Future<void> resetCooldown() async {
  await _client.send('FedCm.resetCooldown');
}