stop method

void stop()

Stops the video.

Implementation

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