OnReceiveRESTCustomDataCallback typedef

OnReceiveRESTCustomDataCallback = void Function(String oldName, String newName)

Implementation

typedef OnReceiveRESTCustomDataCallback = void Function(
  String groupID,
  String customData,
);