unlink abstract method
Unlinks a provider from a user account.
A FirebaseAuthException maybe thrown with the following error code:
- no-such-provider:
- Thrown if the user does not have this provider linked or when the provider ID given does not exist.
Implementation
Future<User> unlink(String providerId);