setGroupsController method

dynamic setGroupsController(
  1. CometChatGroupsController controller
)

Implementation

setGroupsController(CometChatGroupsController controller) {
  _groupsController = controller;
}