getParameters method
Get all current parameters configured for barcode detection algorithm. https://www.dynamsoft.com/barcode-reader/parameters/reference/image-parameter/?ver=latest
Implementation
Future<String> getParameters() async {
return _barcodeManager.getParameters();
}