drop_dart_object method

void drop_dart_object(
  1. int ptr
)

Implementation

void drop_dart_object(int ptr) {
  return _drop_dart_object(ptr);
}