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