static Future<void> setLastEventTimestamp(int ts) async { await Prefs.setInt(_lastEventTimestampKey, ts); }