Returns the timestamp of the last activation, or null if never activated.
Future<DateTime?> getLastActivationTime() async { return await _lastActivated.get(); }