Dart_GetSelfInfo method

Pointer<Char> Dart_GetSelfInfo()

Implementation

ffi.Pointer<ffi.Char> Dart_GetSelfInfo() {
  return _Dart_GetSelfInfo();
}