ApiClient class

Constructors

ApiClient()

Properties

baseUrl String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

forgotPassword(String email) Future<Map<String, dynamic>?>
login(String username, String password) Future<Map<String, dynamic>?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(String username, String email, String name, String password) Future<Map<String, dynamic>?>
toString() String
A string representation of this object.
inherited
updateUserMetadata(String token, Map<String, dynamic> metadata) Future<Map<String, dynamic>?>

Operators

operator ==(Object other) bool
The equality operator.
inherited