CloseWindow method

void CloseWindow()

Implementation

void CloseWindow() => run(
  () => 'CloseWindow()',
  () => rl.Core.CloseWindow(),
);