ChatController constructor

ChatController({
  1. CustomSortCallback? customSortCallback,
})

Creates a new ChatController.

Implementation

ChatController({CustomSortCallback? customSortCallback})
    : _customSortCallback = customSortCallback;