destroy method

  1. @override
void destroy()

Destroy this window.

Implementation

@override
void destroy() {
  sdl.destroyWindow(this);
}