setBarcodeFormats method

Future<int> setBarcodeFormats(
  1. int formats
)

Decode barcodes from real-time video stream.

Implementation

Future<int> setBarcodeFormats(int formats) async {
  return _barcodeManager.setBarcodeFormats(formats);
}