signOut method
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();
Signs out the current user from Firebase Authentication.
Returns: A Future<void> that completes when the sign-out is successful.
Future<void> signOut() async => await _auth.signOut();