CloseWindow method
void
CloseWindow()
Close window and unload OpenGL context
Implementation
void CloseWindow() => run(
() => _debugLabels.CloseWindow(),
() => _flat.CloseWindow(),
);
Close window and unload OpenGL context
void CloseWindow() => run(
() => _debugLabels.CloseWindow(),
() => _flat.CloseWindow(),
);