AuthApi class

Inheritance

Constructors

AuthApi()

Properties

dioClient DioClient
finalinherited
hashCode int
The hash code for this object.
no setterinherited
route String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get({Map<String, dynamic>? queryParameters}) Future
GET request to the specified route with the provided query.
inherited
getById(String id) Future
GET request to retrieve a resource by its ID.
inherited
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