设置扫描的声音
@override Future<void> setPlaySound(bool value) async { await methodChannel.invokeMapMethod("set-playSound", { "enable": value }); }