onShowLogin property

Future<bool> Function(BuildContext context) onShowLogin
final

Custom login flow. Called when user taps icon while not authenticated.

Implementation

final Future<bool> Function(BuildContext context) onShowLogin;