OnDeleteTopic typedef

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

Implementation

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