$IconClient class

Constructors

$IconClient($Client _rootClient)
Creates a new DynamiteClient for icon 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

$getFavicon_Request({String? app}) → Request
Return a 32x32 favicon as png.
$getFavicon_Serializer() → DynamiteSerializer<Uint8List, void>
Builds a serializer to parse the response of $getFavicon_Request.
$getThemedIcon_Request({required String app, required String image}) → Request
Get a themed icon.
$getThemedIcon_Serializer() → DynamiteSerializer<Uint8List, void>
Builds a serializer to parse the response of $getThemedIcon_Request.
$getTouchIcon_Request({String? app}) → Request
Return a 512x512 icon for touch devices.
$getTouchIcon_Serializer() → DynamiteSerializer<Uint8List, void>
Builds a serializer to parse the response of $getTouchIcon_Request.
getFavicon({String? app}) Future<DynamiteResponse<Uint8List, void>>
Return a 32x32 favicon as png.
getThemedIcon({required String app, required String image}) Future<DynamiteResponse<Uint8List, void>>
Get a themed icon.
getTouchIcon({String? app}) Future<DynamiteResponse<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