play method

void play()

Implementation

void play() {
  _castMediaAction('PLAY');
  log.info('PLAY');
}