$UserThemeClient class
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
-
deleteBackground({bool? oCSAPIRequest})
→ Future<DynamiteResponse<Background, void>>
-
Delete the background.
-
deleteBackgroundRaw({bool? oCSAPIRequest})
→ DynamiteRawResponse<Background, void>
-
Delete the background.
-
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({bool? oCSAPIRequest})
→ Future<DynamiteResponse<Uint8List, void>>
-
Get the background image.
-
getBackgroundRaw({bool? oCSAPIRequest})
→ DynamiteRawResponse<Uint8List, void>
-
Get the background image.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setBackground({required String type, String? value, String? color, bool? oCSAPIRequest})
→ Future<DynamiteResponse<Background, void>>
-
Set the background.
-
setBackgroundRaw({required String type, String? value, String? color, bool? oCSAPIRequest})
→ DynamiteRawResponse<Background, void>
-
Set the background.
-
toString()
→ String
-
A string representation of this object.
inherited