pause method

Future<void>? pause()

Implementation

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