Returns the number of times the cooldown has been activated.
Future<int> getActivationCount() async { return await _activationCount.getOrFallback(0); }