Dart_IsolateGroupId typedef
Dart_IsolateGroupId = Int64
Gets an id that uniquely identifies current isolate group.
It is the responsibility of the caller to free the returned ID.
Implementation
typedef Dart_IsolateGroupId = ffi.Int64;