screencapStream property

Stream<CaptureContext> screencapStream

Returns the stream that will fire screep capture requests on.

Implementation

Stream<CaptureContext> get screencapStream => _screencapController.stream;