MyconfigResource class

Constructors

MyconfigResource(ApiRequester client)

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

getUserSettings({String? country, String? $fields}) Future<Usersettings>
Gets the current settings for the user.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
releaseDownloadAccess(String cpksver, List<String> volumeIds, {String? locale, String? source, String? $fields}) Future<DownloadAccesses>
Release downloaded content access restriction.
requestAccess(String cpksver, String nonce, String source, String volumeId, {String? licenseTypes, String? locale, String? $fields}) Future<RequestAccessData>
Request concurrent and download access restrictions.
syncVolumeLicenses(String cpksver, String nonce, String source, {List<String>? features, bool? includeNonComicsSeries, String? locale, bool? showPreorders, List<String>? volumeIds, String? $fields}) Future<Volumes>
Request downloaded content access for specified volumes on the My eBooks shelf.
toString() String
A string representation of this object.
inherited
updateUserSettings(Usersettings request, {String? $fields}) Future<Usersettings>
Sets the settings for the user.

Operators

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