diff --git a/example/README.md b/example/README.md index c698290..0c8e044 100644 --- a/example/README.md +++ b/example/README.md @@ -50,9 +50,8 @@ class _QRViewExampleState extends State { super.reassemble(); if (Platform.isAndroid) { controller.pauseCamera(); - } else if (Platform.isIOS) { - controller.resumeCamera(); } + controller.resumeCamera(); } @override