getMetadata method

Future<Map> getMetadata()

Returns the available metadata for the current track. The output is very dependant on the loaded file

Implementation

Future<Map> getMetadata() {
  return getProperty<Map>('metadata');
}