ProviderAuthCallback typedef

ProviderAuthCallback = Future<String?>? Function()

The callback triggered your auth logic for the provider

Implementation

typedef ProviderAuthCallback = Future<String?>? Function();