startRunning method

Future<void> startRunning()

Tells the receiver to start running.

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

Implementation

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