$IconClient class
Constructors
- $IconClient.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
-
getFavicon(
{String? app}) → Future< DynamiteResponse< Uint8List, void> > - Return a 32x32 favicon as png.
-
getFaviconRaw(
{String? app}) → DynamiteRawResponse< Uint8List, void> - Return a 32x32 favicon as png.
-
getThemedIcon(
{required String app, required String image}) → Future< DynamiteResponse< Uint8List, void> > - Get a themed icon.
-
getThemedIconRaw(
{required String app, required String image}) → DynamiteRawResponse< Uint8List, void> - Get a themed icon.
-
getTouchIcon(
{String? app}) → Future< DynamiteResponse< Uint8List, void> > - Return a 512x512 icon for touch devices.
-
getTouchIconRaw(
{String? app}) → DynamiteRawResponse< Uint8List, void> - Return a 512x512 icon for touch devices.
-
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