Future<int?> getLastMessageFetch() async { await _ensureInitialized(); return _settingsBox!.get(lastMessageFetchKey); }