start method

Future<void> start(
  1. String locale, {
  2. DavoiceStartOptions? options,
})

Starts speech recognition.

Implementation

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