ActionOpenChannel constructor

ActionOpenChannel({
  1. String channelCode = '',
  2. String prompt = '',
})

Implementation

ActionOpenChannel({
    this.channelCode = '',
    this.prompt = '',
});