clear method

  1. @override
void clear()
override

Implementation

@override
void clear() {
  _hasLoggedIn = false;
  _currentUser = null;
}