Make MLComputer a regular isolate

This commit is contained in:
laurenspriem
2025-03-27 16:07:28 +05:30
parent a974a95fb2
commit ac43ecf45b

View File

@@ -17,7 +17,7 @@ class MLComputer extends SuperIsolate {
final _initModelLock = Lock();
@override
bool get isDartUiIsolate => true;
bool get isDartUiIsolate => false;
@override
String get isolateName => "MLComputerIsolate";