OnCreateTopic typedef

OnCreateTopic = void Function(String oldName, String newName)

Implementation

typedef OnCreateTopic = void Function(String groupID, String topicID);