RealtimeChannelConfig constructor

const RealtimeChannelConfig({
  1. bool ack = false,
  2. bool self = false,
  3. String key = '',
})

Implementation

const RealtimeChannelConfig({
  this.ack = false,
  this.self = false,
  this.key = '',
});