initAllRemoteSTTAndTTS method

Future<void> initAllRemoteSTTAndTTS({
  1. String? model,
  2. String? onboardingJsonPath,
})

Android-only remote STT with TTS playback-only initialization.

Implementation

Future<void> initAllRemoteSTTAndTTS({
  String? model,
  String? onboardingJsonPath,
}) {
  throw UnimplementedError(
    'initAllRemoteSTTAndTTS() has not been implemented.',
  );
}