destroyWithoutModel method
Destroys STT without destroying the model.
Implementation
Future<void> destroyWithoutModel() {
throw UnimplementedError(
'destroyWithoutModel() has not been implemented.',
);
}
Destroys STT without destroying the model.
Future<void> destroyWithoutModel() {
throw UnimplementedError(
'destroyWithoutModel() has not been implemented.',
);
}