stopPreview method
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);
Stops capturing and drawing preview frames to the surface.
Resets the camera for a future call to startPreview.
Future<void> stopPreview() => _channel.$stopPreview(this);