stopCamera method
Stops the camera and releases resources.
Implementation
Future<void> stopCamera() {
throw UnimplementedError('stopCamera() has not been implemented.');
}
Stops the camera and releases resources.
Future<void> stopCamera() {
throw UnimplementedError('stopCamera() has not been implemented.');
}