switchRobotVoice method

Future<void> switchRobotVoice(
  1. String voiceId
)

切换AI机器人声音 voiceId 声音ID

Implementation

Future<void> switchRobotVoice(String voiceId) {
  throw UnimplementedError('switchRobotVoice() has not been implemented.');
}