Make MLComputer a regular isolate
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user