ChatControllerGeneralFramework<T extends MessageGeneralFramework> constructor

ChatControllerGeneralFramework<T extends MessageGeneralFramework>({
  1. String key = "chat_page",
})

UncompleteDocumentation

Implementation

ChatControllerGeneralFramework({
  String key = "chat_page",
}) : scrollControllerAutoKeepStateData = ScrollControllerAutoKeepStateData(
        keyId: key,
      );