ProviderAuthCallback typedef

ProviderAuthCallback = Future<String?>? Function()

The result is an error message, callback successes if message is null

Implementation

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