AuthRepository constructor
- AuthService _auth,
- LocalStorageDatasource _localStorage
UI state controller for authentication.
Implementation
AuthRepository(this._auth, this._localStorage) : super(_state ?? AsyncValue.loading());
UI state controller for authentication.
AuthRepository(this._auth, this._localStorage) : super(_state ?? AsyncValue.loading());