stop method

Future<void> stop()

Stop the current video.

Implementation

Future<void> stop() {
  return _chromeCastPlatform.stop(id: id);
}