OnTopicDeleted typedef

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

Implementation

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