initAllRemoteSTT method
Android-only remote STT initialization.
Implementation
Future<void> initAllRemoteSTT({
required String model,
String? onboardingJsonPath,
}) {
throw UnimplementedError('initAllRemoteSTT() has not been implemented.');
}
Android-only remote STT initialization.
Future<void> initAllRemoteSTT({
required String model,
String? onboardingJsonPath,
}) {
throw UnimplementedError('initAllRemoteSTT() has not been implemented.');
}