pause method

Future<void> pause()

Pauses the video playback.

Implementation

Future<void> pause() {
  return chromeCastPlatform.pause(id: id);
}