logout method

void logout()

Implementation

void logout() {
  FirebaseAuth.instance.signOut();
  notifyListeners();
}