ChatSessionWithMessage constructor
ChatSessionWithMessage({
- required String sessionId,
- List<
ChatHistory> messages = const [],
Returns a new ChatSessionWithMessage instance.
Implementation
ChatSessionWithMessage({
required this.sessionId,
this.messages = const [],
});