TrackAPI class abstract
An abstract class defining the methods for accessing Tidal track information.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getMultipleTracks(
{required List< String> ids, required String countryCode}) → Future<MultipleResponse< TidalMedia> > - Retrieves multiple Tidal tracks based on their unique IDs.
-
getSimilarTracksForGivenTrack(
{required String id, required String countryCode, int offset = 0, int limit = 10}) → Future< List< String> > - Retrieves a list of similar tracks for a given track.
-
getSingleTrack(
{required String id, required String countryCode}) → Future< TidalMedia> - Retrieves a single Tidal track based on its unique ID.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
search(
{required String query, required String countryCode, int offset = 0, int limit = 10, TidalSearchPopularity popularity = TidalSearchPopularity.UNDEFINED}) → Future< MultipleResponse< TidalMedia> > - Searches tracks by given query string.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited