getParameters method

Future<String> getParameters()

Retrieves the current barcode detection settings as a JSON string.

Returns a JSON string containing the detection parameters.

Implementation

Future<String> getParameters() async {
  return _barcodeManager.getParameters();
}