AuthApi class
Constructors
- AuthApi()
Properties
Methods
-
get(
{Map< String, dynamic> ? queryParameters}) → Future -
GETrequest to the specified route with the provided query.inherited -
getById(
String id) → Future -
GETrequest 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