stopPreview method
Stops the preview stream and unregisters the texture.
Implementation
Future<void> stopPreview() {
throw UnimplementedError('stopPreview() has not been implemented.');
}
Stops the preview stream and unregisters the texture.
Future<void> stopPreview() {
throw UnimplementedError('stopPreview() has not been implemented.');
}