Returns true when a cast session is playing, false otherwise.
true
false
Future<bool?> isPlaying({required int id}) { throw UnimplementedError('isPlaying() has not been implemented.'); }