intIsolate method
Implementation
Future<void> intIsolate() async {
await Isolate.spawn(doWorkLog, IsolateUtil.mainReceivePort.sendPort);
}
Future<void> intIsolate() async {
await Isolate.spawn(doWorkLog, IsolateUtil.mainReceivePort.sendPort);
}