CometChatListController<T1, T2> constructor

CometChatListController<T1, T2>(
  1. dynamic request, {
  2. dynamic onError(
    1. Exception
    )?,
  3. bool isFetchNext = true,
})

Implementation

CometChatListController(this.request,
    {this.onError, this.isFetchNext = true});