pause method
Pauses this isolate.
The returned future may complete before the isolate is paused.
Implementation
Future pause() async {
await _scope.sendRequest("pause");
}
Pauses this isolate.
The returned future may complete before the isolate is paused.
Future pause() async {
await _scope.sendRequest("pause");
}