initAll method

Future<void> initAll(
  1. DavoiceInitAllOptions options
)

Initializes unified STT and TTS.

Implementation

Future<void> initAll(DavoiceInitAllOptions options) {
  throw UnimplementedError('initAll() has not been implemented.');
}