aad_oauth
auth_storage
AuthStorage
clear method
clear
AuthStorage class
Constructors
AuthStorage
Properties
hashCode
runtimeType
Methods
clear
loadTokenToCache
saveTokenToCache
noSuchMethod
toString
Operators
operator ==
Static properties
shared
clear method
Future
clear
(
)
Implementation
Future clear() async { _memoryMap = {}; }