closeVideo method

Future<void> closeVideo()

Close camera view.

Implementation

Future<void> closeVideo() async {
  _barcodeScanner!.hide();
}