callback property

ProviderAuthCallback callback
final

A Function called when the provider button is pressed. It must return null on success, or a String describing the error on failure.

Implementation

final ProviderAuthCallback callback;