WhiteLabelingService class

Constructors

WhiteLabelingService(ThingsboardClient tbClient)
factory

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

getAppThemeCss(PaletteSettings paletteSettings, {RequestConfig? requestConfig}) Future<String>
getCurrentLoginWhiteLabelParams({RequestConfig? requestConfig}) Future<LoginWhiteLabelingParams>
getCurrentWhiteLabelParams({RequestConfig? requestConfig}) Future<WhiteLabelingParams>
getLoginThemeCss(PaletteSettings paletteSettings, {bool? darkForeground, RequestConfig? requestConfig}) Future<String>
getLoginWhiteLabelParams({RequestConfig? requestConfig}) Future<LoginWhiteLabelingParams>
getWhiteLabelParams({RequestConfig? requestConfig}) Future<WhiteLabelingParams>
isCustomerWhiteLabelingAllowed({RequestConfig? requestConfig}) Future<bool>
isWhiteLabelingAllowed({RequestConfig? requestConfig}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
previewWhiteLabelParams(WhiteLabelingParams whiteLabelingParams, {RequestConfig? requestConfig}) Future<WhiteLabelingParams>
saveLoginWhiteLabelParams(LoginWhiteLabelingParams loginWhiteLabelingParams, {RequestConfig? requestConfig}) Future<LoginWhiteLabelingParams>
saveWhiteLabelParams(WhiteLabelingParams whiteLabelingParams, {RequestConfig? requestConfig}) Future<WhiteLabelingParams>
toString() String
A string representation of this object.
inherited

Operators

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