play method

Future? play()

Implementation

Future<dynamic>? play() {
  return evaluateJavascript(source: 'player.play();');
}