PublishResponse constructor

PublishResponse({
  1. List<String>? messageIds,
})

Implementation

PublishResponse({
  this.messageIds,
});