stopRunning method

Future<void> stopRunning()

Tells the receiver to stop running.

This method is used to stop the flow of data from the inputs to the outputs connected to the CaptureSession instance that is the receiver.

Implementation

Future<void> stopRunning() => _channel.$stopRunning(this);