readTagSync method

Tag? readTagSync()

Reads synchronously the ID3 tag.

Returns a Tag, or null if the file does not contain any tag. If an error was encountered while reading the tag, an Id3Exception is raised.

Implementation

Tag? readTagSync() => _parse(_getBytesSync());