VoiceSearchController constructor
VoiceSearchController({})
Implementation
VoiceSearchController({
this.localeId,
this.onResult,
this.onError,
this.listenFor = const Duration(seconds: 30),
this.pauseFor = const Duration(seconds: 3),
});