initAllRemoteSTT method

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

Android-only remote STT initialization.

Implementation

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