logOut method
void
logOut()
Implementation
void logOut() {
if (_user == null || _loading) return;
_user = null;
_authInstance.signOut();
notifyListeners();
}
void logOut() {
if (_user == null || _loading) return;
_user = null;
_authInstance.signOut();
notifyListeners();
}