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