artwork property

String? artwork

Return album artwork

Important:

  • If Android >= Q/10 this method will return null, in this case it's necessary use queryArtworks

Implementation

String? get artwork => _info["album_art"];