signOut method

Future<void> signOut()

Signs out the current user.

Implementation

Future<void> signOut() async {
  await _auth.signOut();
  // notifyListeners();
}