scannerGetSymbologyValues method

Future<List<int>> scannerGetSymbologyValues(
  1. List<int> paramIds
)

批量读取码制参数值。

Implementation

Future<List<int>> scannerGetSymbologyValues(List<int> paramIds) {
  throw UnimplementedError(
    'scannerGetSymbologyValues() has not been implemented.',
  );
}