SessionApiImpl class

Implementation for 3rd party session api

Implemented types

Constructors

SessionApiImpl()

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

changeName(String value) Future<User?>
override
checkAvailableMethods(List<SessionTypes> candidates) Future<Map<String, bool>>
override
getUser() Future<User?>
override
isMailVerified() Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
passwordReset() Future<bool>
override
retrievePass(String mail) Future<bool>
override
sendEmail() Future<void>
override
signIn(String mail, String pass, SessionTypes type) Future<User?>
override
signOut() Future<void>
override
signUp(String mail, String pass) Future<User?>
override
toString() String
A string representation of this object.
inherited

Operators

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