dispose abstract method

void dispose()

Releases the resources used by this scene.

After calling this function, the scene is cannot be used further.

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

Implementation

void dispose();