start method
Starts speech recognition.
Implementation
Future<void> start(String locale, {DavoiceStartOptions? options}) {
throw UnimplementedError('start() has not been implemented.');
}
Starts speech recognition.
Future<void> start(String locale, {DavoiceStartOptions? options}) {
throw UnimplementedError('start() has not been implemented.');
}