initWithoutModel method

Future<void> initWithoutModel()

Initializes STT without reloading the model.

Implementation

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