MDClient class Null safety
Main class containing all the communication with the API
Constructors
Properties
Methods
-
getChapter(
String uuid) → Future< Chapter?> - Gets the chapter specified by the UUID [...]
-
getCovers(
String mangaUuid) → Future< List< String> ?> -
Gets
10
of available cover images for a manga [...] -
getMangaInfo(
String uuid, {bool appendChapters = false, List< String> translatedLang = const []}) → Future<Manga?> - Gets information about manga [...]
-
login(
String username, String password) → void - Gets the JWT and refresh token through the API [...]
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
refreshToken(
) → void - Refreshes the auth token using the saved refresh token
-
search(
{String mangaTitle = '', List< String> authors = const [], List<String> includedTags = const [], List<String> excludedTags = const [], List<String> status = const [], List<String> demographic = const []}) → Future<List< Manga> > - Search for manga [...]
-
solveCaptcha(
) → void -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited