onLogout property
Performs the sign-out. MUST NOT show a confirmation dialog — the package owns the logout confirmation; this callback only does the sign-out work.
Implementation
final Function(BuildContext context) onLogout;
Performs the sign-out. MUST NOT show a confirmation dialog — the package owns the logout confirmation; this callback only does the sign-out work.
final Function(BuildContext context) onLogout;