Avatars class
Properties
-
client
→ Client
-
finalinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getBrowser({required String code, int? width, int? height, int? quality})
→ Future<Response>
-
Get Browser Icon
-
getCreditCard({required String code, int? width, int? height, int? quality})
→ Future<Response>
-
Get Credit Card Icon
-
getFavicon({required String url})
→ Future<Response>
-
Get Favicon
-
getFlag({required String code, int? width, int? height, int? quality})
→ Future<Response>
-
Get Country Flag
-
getImage({required String url, int? width, int? height})
→ Future<Response>
-
Get Image from URL
-
getInitials({String? name, int? width, int? height, String? color, String? background})
→ Future<Response>
-
Get User Initials
-
getQR({required String text, int? size, int? margin, bool? download})
→ Future<Response>
-
Get QR Code
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited