OnReceiveRESTCustomDataCallback typedef

OnReceiveRESTCustomDataCallback = void Function(String groupID, String customData)

Implementation

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