play method Null safety

void play()

Begins (or resumes) playback of the current media item.

Implementation

void play() {
  _hostApi.play();
}