signOut method

Future<void> signOut()

Signs out the current user.

If successful, it also updates any authStateChanges, idTokenChanges or userChanges stream listeners.

Implementation

Future<void> signOut() async {
  throw UnimplementedError('signOut() is not implemented');
}