Stop the current video.
@override Future<void> stop({int? id}) { return channel(id)!.invokeMethod<void>('chromeCast#stop'); }