[][src]Function dart_sys::Dart_IsolateServiceId

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

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.