authType property

AuthType authType

Used to decide if the login/signup comes from a provider or normal login

Implementation

AuthType get authType => _authType;
void authType=(AuthType authType)

Implementation

set authType(AuthType authType) {
  _authType = authType;
  notifyListeners();
}