MessagingSessionEndpoint constructor

MessagingSessionEndpoint({
  1. String? url,
})

Implementation

MessagingSessionEndpoint({
  this.url,
});