TokenManager class

Implemented types

Constructors

TokenManager()
factory

Properties

hashCode int
The hash code for this object.
read-onlyinherited
jwtTokenKey String
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sharedPreferences SharedPreferences
latefinal

Methods

getToken() Future<String>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setToken(String token) Future<bool>
override
toString() String
A string representation of this object.
inherited

Operators

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