scannerGetLiftToStop method

Future<bool> scannerGetLiftToStop()

获取松开扫码键停止扫码的开关状态。

Implementation

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