menu
messenger
domain/service/auth.dart
AuthService
onLogout property
onLogout
dark_mode
light_mode
onLogout
property
Future
<
void
>
Function
({
bool
keepData
})
?
onLogout
getter/setter pair
Function
to be invoked before
logout
.
Implementation
Future<void> Function({bool keepData})? onLogout;
messenger
auth
AuthService
onLogout property
AuthService class