get_dart_object method

Object get_dart_object(
  1. int ptr
)

Implementation

Object get_dart_object(int ptr) {
  return _get_dart_object(ptr);
}