CloseWindow method

void CloseWindow()

Close window and unload OpenGL context

Implementation

void CloseWindow() => run(
  () => _debugLabels.CloseWindow(),
  () => _flat.CloseWindow(),
);