DifferentProvidersFoundCallback typedef

DifferentProvidersFoundCallback = void Function(List<String> providers, AuthCredential? credential)

A callback that is being called when there are different oauth providers associated with the same email.

Implementation

typedef DifferentProvidersFoundCallback = void Function(
  List<String> providers,
  fba.AuthCredential? credential,
);