playOrPause method

void playOrPause()

Play or Pause opened MediaSource,

Implementation

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