Buffer constructor

Buffer()

Implementation

Buffer() {
  _sub = _controller.stream.listen((action) => _sub!.pause(action.run()));
}