play method

void play()

Player Action Starts playback of the media.

Implementation

/// Starts playback of the media.
void play() {
  _controller?.play();
}