$UserThemeClient class

Constructors

$UserThemeClient.new($Client _rootClient)
Creates a new DynamiteClient for user_theme requests.

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

disableTheme({required String themeId, bool? oCSAPIRequest}) Future<DynamiteResponse<UserThemeDisableThemeResponseApplicationJson, void>>
Disable theme.
disableThemeRaw({required String themeId, bool? oCSAPIRequest}) DynamiteRawResponse<UserThemeDisableThemeResponseApplicationJson, void>
Disable theme.
enableTheme({required String themeId, bool? oCSAPIRequest}) Future<DynamiteResponse<UserThemeEnableThemeResponseApplicationJson, void>>
Enable theme.
enableThemeRaw({required String themeId, bool? oCSAPIRequest}) DynamiteRawResponse<UserThemeEnableThemeResponseApplicationJson, void>
Enable theme.
getBackground() Future<DynamiteResponse<Uint8List, void>>
Get the background image.
getBackgroundRaw() DynamiteRawResponse<Uint8List, void>
Get the background image.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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