play method

Future<void> play()

Implementation

Future<void> play() {
  return webViewController.runJavaScript('player.play();');
}