Returns true when a cast session is playing, false otherwise.
true
false
Future<bool?> isPlaying() { return chromeCastPlatform.isPlaying(id: id); }