menu
fluo package
documentation
managers/session_manager.dart
SessionManager
clearSession method
clearSession method
dark_mode
light_mode
clearSession
method
Future
<
void
>
clearSession
(
)
Implementation
Future<void> clearSession() async { await _writeSession(null); _session = null; }
fluo package
documentation
managers/session_manager
SessionManager
clearSession method
SessionManager class