PublisherParams constructor
PublisherParams({
- required String topic,
- required String message,
- required RelayerPublishOptions opts,
Implementation
PublisherParams({
required this.topic,
required this.message,
required this.opts,
});