scannerSetPlaySound method

Future<void> scannerSetPlaySound(
  1. bool enabled
)

设置扫码成功后是否播放提示音。

Implementation

Future<void> scannerSetPlaySound(bool enabled) {
  throw UnimplementedError('scannerSetPlaySound() has not been implemented.');
}