onShowLogin property
Custom login flow. Called when user taps icon while not authenticated.
Implementation
final Future<bool> Function(BuildContext context) onShowLogin;
Custom login flow. Called when user taps icon while not authenticated.
final Future<bool> Function(BuildContext context) onShowLogin;