play method

void play()

Plays the video.

Implementation

void play() {
  webViewController.evaluateJavascript(source: 'play();');
}