signOut method

Future<void> signOut()

Signs out the current user from Firebase Authentication.

Returns: A Future<void> that completes when the sign-out is successful.

Implementation

Future<void> signOut() async => await _auth.signOut();