destroy abstract method

void destroy()

Destroys the current view. Should be used when the BeagleView won't be used anymore. Avoids memory leaks and calls to objects that don't exist any longer.

Implementation

void destroy();