OnTopicDeleted typedef

OnTopicDeleted = void Function(String inviteID, List<String> inviteeList)

Implementation

typedef OnTopicDeleted = void Function(
    String groupID, List<String> topicIDList);