scannerGetDisableSameBarcode method

Future<bool> scannerGetDisableSameBarcode()

获取禁止重复输出同一条码的开关状态。

Implementation

Future<bool> scannerGetDisableSameBarcode() {
  throw UnimplementedError(
    'scannerGetDisableSameBarcode() has not been implemented.',
  );
}