cancelGeneration method

void cancelGeneration()

Legacy: cancel on the implicit _legacyHandle conversation.

Implementation

void cancelGeneration() {
  _legacyHandle?.cancelGeneration();
}