getCurrentIsolateId static method

int getCurrentIsolateId()

Implementation

static int getCurrentIsolateId() {
  return Jni._bindings.GetCurrentIsolateId();
}