mangadex_library library Null safety

//////////////////////////////////////////////////////// ////////////////////////////////////////////////////////

Classes

BaseUrl

Properties

authority String
final

Functions

checkIfUserFollowsGroup(String token, String groupId) Future<bool>
checkIfUserFollowsGroupResponse(String token, String groupId) Future<Response>
checkIfUserFollowsManga(String token, String mangaId) Future<bool>
checkIfUserFollowsMangaResponse(String token, String mangaId) Future<Response>
checkIfUserFollowsUser(String token, String userId) Future<bool>
checkIfUserFollowsUserResponse(String token, String userId) Future<Response>
constructPageUrl(String chapterId, String token, String chapterHash, String filename, bool dataSaver) Future<String>
followManga(String token, String mangaId, {ReadingStatus? status}) Future<MangaCheck>
getAllMangaReadingStatusResponse(String token) Future<Response>
getAllReadChapters(String token, String mangaId) Future<ReadChapters?>
getAllReadChaptersForAListOfManga(String token, List<String> mangaIds) Future<Response>
getAllUserMangaReadingStatus(String token) Future<AllMangaReadingStatus>
getBaseUrl(String _chapterId) Future<BaseUrl?>
getBaseUrlResponse(String chapterId) Future<Response>
getChapters(String mangaId, {int? offset, int? limit}) Future<ChapterData?>
getChaptersResponse(String mangaId, {String? ids, String? title, String? groups, String? uploader, String? volume, String? chapter, String? translatedLanguage, String? createdAtSince, String? updatedAtSince, String? publishedAtSince, String? includes, int? limit, int? offset}) Future<Response>
getCoverArt(String mangaID) Future<Cover?>
getCoverArtResponse(String mangaID, [String? coverID, int limit = 10, int offset = 0]) Future<Response>
getCoverArtUrl(String mangaID, {int? res}) Future<String>
getLoggedUserDetails(String token) Future<UserDetails>
getLoggedUserDetailsResponse(String token) Future<Response>
getMangaReadingStatus(String token, String mangaId) Future<MangaReadingStatus>
getRefreshResponse(String refresh) Future<Response>
getUserFollowedGroups(String token, int? offset, int? limit) Future<UserFollowedGroups>
getUserFollowedGroupsResponse(String token, {int? offset, int? limit}) Future<Response>
getUserFollowedManga(String token, {int? offset, int? limit}) Future<UserFollowedManga>
getUserFollowedMangaResponse(String token, {int? offset, int? limit}) Future<Response>
getUserFollowedUsers(String token, {int? offset, int? limit}) Future<UserFollowedUsers>
getUserFollowedUsersResponse(String token, {int? offset, int? limit}) Future<Response>
login(String username, String password) Future<Login?>
loginResponse(String username, String password) Future<Response>
markChapterRead(String token, String chapterId) Future<ResultOk>
markChapterUnread(String token, String chapterId) Future<ResultOk>
markMultipleChaptersRead(String token, String mangaId, List<String> chapterIds) Future<ResultOk>
markMultipleChaptersUnread(String token, String mangaId, List<String> chapterIds) Future<ResultOk>
parseStatusFromEnum(ReadingStatus status) String
refresh(String refreshToken) Future<Login>
removeMangaReadingStatus(String token, String mangaId) Future<MangaCheck?>
searchResponse(String query, {String? includedTagsMode, String? artists, String? publicationDemographic, String? includedTags, String? ids, String? excludedTags, String? excludedTagsMode, String? status, String? contentRating, String? limit, String? originalLanguage, String? authors}) Future<Response>
setMangaReadingStatus(String token, String mangaId, ReadingStatus? status) Future<ResultOk>
unfollowManga(String token, String mangaId) Future<MangaCheck>