stopVideoCapture method

Future<void> stopVideoCapture()

Implementation

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