stopLiveFeed method

Future stopLiveFeed()

Implementation

Future stopLiveFeed() async {
  await _controller?.stopImageStream();
}