onDeauthenticate property

dynamic Function(BuildContext context, {dynamic data}) onDeauthenticate
getter/setter pair

Called when deauthenticate is invoked with the root BuildContext

Implementation

late Function(BuildContext context, {dynamic data}) onDeauthenticate;