PubSubConfig constructor

PubSubConfig({
  1. String? topic,
})

Implementation

PubSubConfig({
  this.topic,
});