KimikoClient class

Constructors

KimikoClient({required Dio connect})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageService StorageService
getter/setter pair

Methods

deactivateAccount() Future<KimikoResponse>
getCacheUser() Future<KimikoResponse>
getUser() Future<KimikoResponse>
login(String email, String password) Future<KimikoResponse>
logout() Future<KimikoResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signup({required String username, required String email, required String password, String? firstName, String? lastName}) Future<KimikoResponse>
toString() String
A string representation of this object.
inherited
updateProfileDetails(String fullName) Future<KimikoResponse>
updateProfileImage(String profileImageUrl) Future<KimikoResponse>

Operators

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