decodeVideo method

Future<void> decodeVideo()

Show camera view.

Implementation

Future<void> decodeVideo() async {
  _barcodeScanner!.show();
}