intIsolate method

Future<void> intIsolate()

Implementation

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