$ThemingClient class

Class ThemingController. handle ajax requests to update the theme.

Constructors

$ThemingClient.new($Client _rootClient)
Creates a new DynamiteClient for theming 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

getImage({required String key, ThemingGetImageUseSvg? useSvg}) Future<DynamiteResponse<Uint8List, void>>
Get an image.
getImageRaw({required String key, ThemingGetImageUseSvg? useSvg}) DynamiteRawResponse<Uint8List, void>
Get an image.
getManifest({String? app}) Future<DynamiteResponse<ThemingGetManifestResponseApplicationJson, void>>
Get the manifest for an app.
getManifestRaw({String? app}) DynamiteRawResponse<ThemingGetManifestResponseApplicationJson, void>
Get the manifest for an app.
getThemeStylesheet({required String themeId, ThemingGetThemeStylesheetPlain? plain, ThemingGetThemeStylesheetWithCustomCss? withCustomCss}) Future<DynamiteResponse<String, void>>
Get the CSS stylesheet for a theme.
getThemeStylesheetRaw({required String themeId, ThemingGetThemeStylesheetPlain? plain, ThemingGetThemeStylesheetWithCustomCss? withCustomCss}) DynamiteRawResponse<String, void>
Get the CSS stylesheet for a theme.
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