pause method

void pause()

Pauses the Player.

Implementation

void pause() {
  LWM.bindings.PlayerPause(
    id,
  );
}