ChatController constructor
ChatController({
- CustomSortCallback? customSortCallback,
Creates a new ChatController.
Implementation
ChatController({CustomSortCallback? customSortCallback})
: _customSortCallback = customSortCallback;