scannerGetPlaySound method

Future<bool> scannerGetPlaySound()

获取扫码成功提示音开关状态。

Implementation

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