Settings class

Constructors

Settings(KuebikoHttpClient _httpClient)

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

get() Future<Map<String, dynamic>>
Returns the server settings
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tasks() Future<List<Task>>
toString() String
A string representation of this object.
inherited
update({SmtpConfig? smtpConfig, int? scanInterval, String? anilistToken}) Future<void>

Operators

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

Static Methods

docs(KuebikoHttpClient httpClient) Future<Uri>
setup({required KuebikoHttpClient httpClient, required SmtpConfig smtpConfig, required MysqlConfig mysqlConfig, required int scanInterval, required Uri url, required String anilistToken, required User adminUser, required String adminPassword, String? adminAnilistName, String? adminAnilistToken}) Future<void>
status(KuebikoHttpClient httpClient) Future<String>