enableVoiceInterrupt method

Future<void> enableVoiceInterrupt(
  1. bool enable
)

启用/禁用语音打断功能 enable true启用,false禁用

Implementation

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