stopPreview method

Future<void> stopPreview()

Stops the preview stream and unregisters the texture.

Implementation

Future<void> stopPreview() {
  throw UnimplementedError('stopPreview() has not been implemented.');
}