pub unsafe extern "C" fn Dart_IsolateServiceId(
    isolate: Dart_Isolate
) -> *const c_char
Expand description

Returns the ID for an isolate which is used to query the service protocol.

It is the responsibility of the caller to free the returned ID.