play method

void play()

Plays opened MediaSource,

Implementation

void play() {
  PlayerFFI.play(id);
}