loop abstract method

Future<void> loop(
  1. R rl
)

Called once per frame while shouldClose returns false.

Implementation

Future<void> loop(R rl);