startStreaming method

void startStreaming()

Implementation

void startStreaming() {
  _controller?.startImageStream(processingLiveImages);
}