listenErrorsWithCurrentIsolate method

void listenErrorsWithCurrentIsolate()

Implementation

void listenErrorsWithCurrentIsolate() {
  return listenErrorsInIsolate(Isolate.current);
}