启用/禁用语音打断功能 enable true启用,false禁用
enable
Future<void> enableVoiceInterrupt(bool enable) { throw UnimplementedError( 'enableVoiceInterrupt() has not been implemented.'); }