FlowContext constructor

FlowContext(
  1. void _setDepth(
    1. int value
    ),
  2. int _getDepth(), {
  3. required StreamSink<Response> sink,
})

Implementation

FlowContext(this._setDepth, this._getDepth, {required this.sink});