readTag abstract method

Future<ID3Tag> readTag()

Reads the ID3 Tag of the file and parses the frames asynchronously. If an error occurs (or if the file doesn't contain an ID3 tag), ID3Tag.id3TagFound will be false.

Implementation

Future<ID3Tag> readTag();