messages property
Returns the message log for the ReaderChatgptSource.
Implementation
List<MessageItem> get messages =>
_database.messageItems.where().findAllSync();
Returns the message log for the ReaderChatgptSource.
List<MessageItem> get messages =>
_database.messageItems.where().findAllSync();