openVoiceActivationSettings method
Implementation
Future<void> openVoiceActivationSettings() async {
// Voice activation settings are handled through microphone settings
openMicrophoneSettings();
}
Future<void> openVoiceActivationSettings() async {
// Voice activation settings are handled through microphone settings
openMicrophoneSettings();
}