ISessionApi class abstract

Abstraction for 3rd party session api

Implementers

Constructors

ISessionApi()

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

Operators

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