启用/禁用语音打断功能 enable true启用,false禁用
enable
static Future<void> enableVoiceInterrupt(bool enable) => _platform.enableVoiceInterrupt(enable);