Plays the video playback.
@override Future<void> play({required int id}) { return channel(id)!.invokeMethod<void>('chromeCast#play'); }