KimkoAuth class
Constructors
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
-
getLoggedInUser(
) → Future< KimikoResponse> -
getUser(
) → Future< KimikoResponse> -
isUserLoggedIn(
) → Future< bool> -
logOut(
) → Future< KimikoResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signIn(
{required String email, required String password}) → Future< KimikoResponse> -
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
-
updateUser(
{String? firstName, String? lastName, String? avatarUrl}) → Future< KimikoResponse>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
initialize(
{required String teamId}) → Future< void>