ChatPageGeneralFramework constructor

const ChatPageGeneralFramework({
  1. Key? key,
  2. required ChatControllerGeneralFramework<MessageGeneralFramework> chatControllerGeneralFramework,
})

UncompleteDocumentation

Implementation

const ChatPageGeneralFramework({
  super.key,
  required this.chatControllerGeneralFramework,
});