signOutFunction property

dynamic Function()? signOutFunction
final

Callback function executed when sign out is tapped.

The drawer automatically closes before executing this callback.

Implementation

final Function()? signOutFunction;