facebookIdp property
FacebookIdp
get
facebookIdp
Accessor for the configured Facebook Idp instance. By default this uses the global instance configured in AuthServices.
If you want to use a different instance, override this getter.
Implementation
FacebookIdp get facebookIdp => AuthServices.instance.facebookIdp;