signInWithRedirect method

Future signInWithRedirect(
  1. AuthProvider<AuthProviderJsImpl> provider
)

Signs in using a full-page redirect flow with the given provider.

Implementation

Future signInWithRedirect(AuthProvider provider) =>
    handleThenable(jsObject.signInWithRedirect(provider.jsObject));