$ThemingClient class
Class ThemingController. handle ajax requests to update the theme.
Constructors
- $ThemingClient.new($Client _rootClient)
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, int? useSvg}) → Future< DynamiteResponse< Uint8List, void> > - Get an image.
-
getImageRaw(
{required String key, int? 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, int? plain, int? withCustomCss}) → Future< DynamiteResponse< String, void> > - Get the CSS stylesheet for a theme.
-
getThemeStylesheetRaw(
{required String themeId, int? plain, int? 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