linkWithRedirect method

Future<void> linkWithRedirect(
  1. AuthProvider<AuthProviderJsImpl> provider
)

Links the authenticated provider to the user account using a full-page redirect flow.

Implementation

Future<void> linkWithRedirect(AuthProvider provider) =>
    handleThenable(jsObject.linkWithRedirect(provider.jsObject));