TraktManager class

Constructors

TraktManager({required String clientId, required String clientSecret, required String redirectURI, bool useStaging = false})
Initializes the TraktManager for making API calls. This must be called before making any API calls!

Properties

authentication Authentication
no setter
calendar Calendar
no setter
certifications Certifications
no setter
checkIn CheckIn
no setter
client ↔ Client
getter/setter pair
comments Comments
no setter
countries Countries
no setter
episodes Episodes
no setter
genres Genres
no setter
hashCode int
The hash code for this object.
no setterinherited
languages Languages
no setter
lists Lists
no setter
movies Movies
no setter
networks Networks
no setter
people People
no setter
recommendations Recommendations
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrobble Scrobble
no setter
no setter
seasons Seasons
no setter
shows Shows
no setter
sync Sync
no setter
users Users
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited