rlglClose method

void rlglClose()

Implementation

void rlglClose() => run(
  () => 'rlglClose()',
  () => rl.Rlgl.rlglClose(),
);