PublisherParams constructor

PublisherParams({
  1. required String topic,
  2. required String message,
  3. required RelayerPublishOptions opts,
})

Implementation

PublisherParams({
  required this.topic,
  required this.message,
  required this.opts,
});