stopImageStream method

Future<void> stopImageStream()

Stop the image from streaming

Implementation

Future<void> stopImageStream() async {
  _platformInstance.stopImageStream();
}