Pause camera, also pause detection if scanning is active.
For release resources of the camera use method dispose.
Future<void> pauseCamera() { return _channel.invokeMethod(_pauseCameraMethod); }