stopPreview method

Future<void> stopPreview()

Stops capturing and drawing preview frames to the surface.

Resets the camera for a future call to startPreview.

Implementation

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