cancelGeneration static method
Cancel ongoing generation
Implementation
static Future<void> cancelGeneration() async {
// Cancel via the bridge (handles both stream subscription and service)
DartBridge.llm.cancelGeneration();
}
Cancel ongoing generation
static Future<void> cancelGeneration() async {
// Cancel via the bridge (handles both stream subscription and service)
DartBridge.llm.cancelGeneration();
}