tracks method

Future<PlayTracks> tracks()

What cux_ship play tracks reads.

Throws DetailedApiRequestError when Play refuses — most often because the service account has not been granted access to this app.

Implementation

Future<PlayTracks> tracks() => readTracks(_api, packageName);