setWakewordAudioRoutingConfig function
Sets the iOS wake-word audio routing configuration.
Implementation
Future<void> setWakewordAudioRoutingConfig(AudioRoutingConfig config) {
return KeyWordFlutterPC.setWakewordAudioRoutingConfig(config);
}
Sets the iOS wake-word audio routing configuration.
Future<void> setWakewordAudioRoutingConfig(AudioRoutingConfig config) {
return KeyWordFlutterPC.setWakewordAudioRoutingConfig(config);
}