停止对讲
static Future<bool> stopVoiceTalk() async { bool result = await _channel.invokeMethod("stop_voice_talk"); return result; }