Future<void> setLastMessageFetch(int timestamp) async { await _ensureInitialized(); await _settingsBox!.put(lastMessageFetchKey, timestamp); }