setAudioSavePath method

Future<void> setAudioSavePath(
  1. String savePath
)

Implementation

Future<void> setAudioSavePath(String savePath) async{
  return await SmartSpeechSdkPlatform.instance.engineSetAudioSavePath(savePath);
}