NotificationEndpoint constructor

NotificationEndpoint({
  1. String? pubsubTopic,
})

Implementation

NotificationEndpoint({
  this.pubsubTopic,
});