onLogout property

dynamic Function(BuildContext context) onLogout
final

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;