TheMovieRepo class

Constructors

TheMovieRepo()
factory

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

addMovieBookmarksToCollection(dynamic params) Future<bool>
addMovieInArckipelDb(dynamic params) Future<TmmAddToArckipelResult>
createMovieCollection(dynamic params) Future<TheMovieCollection?>
getMyBookmarks(dynamic params) Future<List<TheMovieBookmark>>
getMyMovieCollections(dynamic params) Future<List<TheMovieCollection>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeMovieFromCollection(dynamic params) Future<bool>
themoviedbConfigLanguage(dynamic params) Future<List<TheMovieLanguage>>
themoviedbDiscoverMovie(dynamic params) Future<List<TheMovieModel>>
themoviedbGenres(dynamic params) Future<List<TheMovieDetailGenres>>
themoviedbMovieDetail(dynamic id, dynamic params) Future<TheMovieDetail?>
themoviedbMovieDetailCredits(dynamic id, dynamic params) Future<TheMovieCredit?>
themoviedbMovieDetailImages(dynamic id, dynamic params) Future<TheMovieImage?>
themoviedbMovieDetailSimilar(dynamic id, dynamic params) Future<List<TheMovieModel>>
themoviedbMovieDetailVideos(dynamic id, dynamic params) Future<List<TheMovieVideo>>
themoviedbMovieReview(dynamic id, dynamic params) Future<List<TheMovieReview>>
themoviedbPersonCredits(dynamic id, dynamic params) Future<TheMoviePersonCredit?>
themoviedbPersonDetail(dynamic id, dynamic params) Future<TheMoviePersonDetail?>
themoviedbPersonDetailImages(dynamic id, dynamic params) Future<TheMoviePersonImage?>
themoviedbSearchKeyword(dynamic params) Future<List<TheMovieKeyword>>
themoviedbSearchMovie(dynamic params) Future<List<TheMovieModel>>
themoviedbSearchMulti(dynamic params) Future<List<TheMovieModel>>
themoviedbSearchPerson(dynamic params) Future<List<TheMoviePerson>>
themoviedbTrending(dynamic mediaType, dynamic timeWindow, dynamic params) Future<List<TheMovieModel>>
toString() String
A string representation of this object.
inherited
updateMovieCollection(dynamic params) Future<bool>
updateMyMovieInfos(dynamic params) Future<bool>

Operators

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