album method

  1. @override
Future<String> album()
override

Album of the song.

Implementation

@override
Future<String> album() => _album();