cancelGeneration method
void
cancelGeneration()
Legacy: cancel on the implicit _legacyHandle conversation.
Implementation
void cancelGeneration() {
_legacyHandle?.cancelGeneration();
}
Legacy: cancel on the implicit _legacyHandle conversation.
void cancelGeneration() {
_legacyHandle?.cancelGeneration();
}