stopCamera method

dynamic stopCamera()

Stop camera.

Implementation

stopCamera() async {
  AiBarcodeScannerPlatform.instance.stopCamera();
}