dispose abstract method

void dispose()

Release the resources used by this object. The object is no longer usable after this method is called.

This can't be a leaf call because the native function calls Dart API (Dart_SetNativeInstanceField).

Implementation

void dispose();