menu
ds_magic_auth_provider package
documentation
ds_magic_auth_export.dart
DSSessionManager
clearSessions method
clearSessions method
dark_mode
light_mode
clearSessions
method
Future
<
void
>
clearSessions
(
)
Clears all sessions
Implementation
Future<void> clearSessions() async { _activeSessions.clear(); }
ds_magic_auth_provider package
documentation
ds_magic_auth_export
DSSessionManager
clearSessions method
DSSessionManager class