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