selectIsolate method

void selectIsolate(
  1. IsolateRef? isolateRef
)

Implementation

void selectIsolate(IsolateRef? isolateRef) {
  _setSelectedIsolate(isolateRef);
}