play method

void play()

Starts playing the Player.

Implementation

void play() {
  LWM.bindings.PlayerPlay(
    id,
  );
}