ActionChannel constructor

ActionChannel(
  1. dynamic pattern, {
  2. Buffer? buffer,
  3. Result? result,
})

Creates an instance of an ActionChannel effect

Implementation

ActionChannel(this.pattern, {this.buffer, Result? result})
    : super(result: result);