play method

Future play()

Implementation

Future play() async {
  await _check();
  await _controller?.evaluateJavascript('play()');
}