stateCallBack property

dynamic Function(CometChatGroupsController controller)? stateCallBack
final

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

Implementation

final Function(CometChatGroupsController controller)? stateCallBack;