OnDeleteTopicPermission typedef
OnDeleteTopicPermission =
void Function(String groupID, String permissionGroupID, List<String> topicIDList)
Implementation
typedef OnDeleteTopicPermission = void Function(String groupID, String permissionGroupID, List<String> topicIDList);