signOut abstract method

Future<void> signOut()

Signs out the current user.

If successful, it also signs the user in into the app and updates any authStateChanges, idTokenChanges or userChanges stream listeners.

Implementation

Future<void> signOut();