FlushChannel constructor

FlushChannel(
  1. Channel channel, {
  2. Result? result,
})

Creates an instance of FlushChannel effect.

Implementation

FlushChannel(this.channel, {Result? result}) : super(result: result);