menu
haivacodebase package
documentation
main.dart
ChatApp
ChatApp const constructor
ChatApp const constructor
dark_mode
light_mode
ChatApp
constructor
const
ChatApp
(
{
Key
?
key
,
required
String
agentId
,
})
Implementation
const ChatApp({Key? key, required this.agentId}) : super(key: key);
haivacodebase package
documentation
main
ChatApp
ChatApp const constructor
ChatApp class