cancel method
Implementation
Future<void> cancel() async {
final handle = _handle;
if (handle != null) {
LiteRtLmNativeRuntime.instance.cancelConversation(handle);
}
}
Future<void> cancel() async {
final handle = _handle;
if (handle != null) {
LiteRtLmNativeRuntime.instance.cancelConversation(handle);
}
}