play method

Future<void> play()

Plays the video playback.

Implementation

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