AuthRepository constructor

AuthRepository(
  1. AuthService _auth,
  2. LocalStorageDatasource _localStorage
)

UI state controller for authentication.

Implementation

AuthRepository(this._auth, this._localStorage) : super(_state ?? AsyncValue.loading());