setLastMessageFetch method

Future<void> setLastMessageFetch(
  1. int timestamp
)

Implementation

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