AccountDataSourceEanDb class

Implementation of AccountDataSource that retrieves account information from the EAN-DB API.

Makes HTTP requests to the EAN-DB API to fetch account data.

Inheritance

Constructors

AccountDataSourceEanDb()

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

getAccount({String? authToken}) Future<Response<Account>>
Retrieves account information from the EAN-DB API.
override
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