stopVideoCapture method

Future<void> stopVideoCapture()

Stops the ongoing video capture.

Returns a Future that completes when the video capture has stopped.

Implementation

Future<void> stopVideoCapture() async {
  await broadcater.stopVideoCapture();
}