destroyWithoutModel method

Future<void> destroyWithoutModel()

Destroys STT without destroying the model.

Implementation

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