$AvatarClient class
Class AvatarController.
Constructors
- $AvatarClient($Client _rootClient)
-
Creates a new
DynamiteClient
for avatar 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
-
$getAvatar_Request(
{required String userId, required int size}) → Request - Get the avatar.
-
$getAvatar_Serializer(
) → DynamiteSerializer< Uint8List, AvatarAvatarGetAvatarHeaders> - Builds a serializer to parse the response of $getAvatar_Request.
-
$getAvatarDark_Request(
{required String userId, required int size}) → Request - Get the dark avatar.
-
$getAvatarDark_Serializer(
) → DynamiteSerializer< Uint8List, AvatarAvatarGetAvatarDarkHeaders> - Builds a serializer to parse the response of $getAvatarDark_Request.
-
getAvatar(
{required String userId, required int size}) → Future< DynamiteResponse< Uint8List, AvatarAvatarGetAvatarHeaders> > - Get the avatar.
-
getAvatarDark(
{required String userId, required int size}) → Future< DynamiteResponse< Uint8List, AvatarAvatarGetAvatarDarkHeaders> > - Get the dark avatar.
-
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