$UserThemeClient class

Constructors

$UserThemeClient($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_Request({required String themeId, bool? oCSAPIRequest}) → Request
Disable theme.
$disableTheme_Serializer() → DynamiteSerializer<UserThemeDisableThemeResponseApplicationJson, void>
Builds a serializer to parse the response of $disableTheme_Request.
$enableTheme_Request({required String themeId, bool? oCSAPIRequest}) → Request
Enable theme.
$enableTheme_Serializer() → DynamiteSerializer<UserThemeEnableThemeResponseApplicationJson, void>
Builds a serializer to parse the response of $enableTheme_Request.
$getBackground_Request() → Request
Get the background image.
$getBackground_Serializer() → DynamiteSerializer<Uint8List, void>
Builds a serializer to parse the response of $getBackground_Request.
disableTheme({required String themeId, bool? oCSAPIRequest}) Future<DynamiteResponse<UserThemeDisableThemeResponseApplicationJson, void>>
Disable theme.
enableTheme({required String themeId, bool? oCSAPIRequest}) Future<DynamiteResponse<UserThemeEnableThemeResponseApplicationJson, void>>
Enable theme.
getBackground() Future<DynamiteResponse<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