ChatPageGeneralFramework constructor
const
ChatPageGeneralFramework({
- Key? key,
- required ChatControllerGeneralFramework<
MessageGeneralFramework> chatControllerGeneralFramework,
UncompleteDocumentation
Implementation
const ChatPageGeneralFramework({
super.key,
required this.chatControllerGeneralFramework,
});