initWithoutModel method
Initializes STT without reloading the model.
Implementation
Future<void> initWithoutModel() {
throw UnimplementedError('initWithoutModel() has not been implemented.');
}
Initializes STT without reloading the model.
Future<void> initWithoutModel() {
throw UnimplementedError('initWithoutModel() has not been implemented.');
}