$AvatarClient class

Class AvatarController.

Constructors

$AvatarClient.new($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({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.
getAvatarDarkRaw({required String userId, required int size}) DynamiteRawResponse<Uint8List, AvatarAvatarGetAvatarDarkHeaders>
Get the dark avatar.
getAvatarRaw({required String userId, required int size}) DynamiteRawResponse<Uint8List, AvatarAvatarGetAvatarHeaders>
Get the 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