OnReceiveTopicRESTCustomData typedef

OnReceiveTopicRESTCustomData = void Function(String oldName, String newName)

Implementation

typedef OnReceiveTopicRESTCustomData = void Function(
    String topicID, String customData);