WallhavenApiClient class
Constructors
- WallhavenApiClient({Client? httpClient})
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
-
close(
) → void -
collection(
{required String username, required int id, String? apiKey}) → Future< Collections> -
collections(
{String? username, String? apiKey}) → Future< Collections> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
search(
{String? apiKey}) → Future< Search> -
settings(
{String? apiKey}) → Future< Settings> -
tag(
int id) → Future< Tag> -
toString(
) → String -
A string representation of this object.
inherited
-
wallpaper(
String id, {String? apiKey}) → Future< Wallpaper>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited