stateCallBack property

dynamic Function(CometChatMessageListController controller)? stateCallBack
final

stateCallBack to access controller functions from parent pass empty reference of CometChatUsersController object

Implementation

final Function(CometChatMessageListController controller)? stateCallBack;